Commit 86632975 authored by Mark Allen's avatar Mark Allen
Browse files

Add missing import of sys package

parent ea5f54cd
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
Sending files efficiently for different kind of webservers. Sending files efficiently for different kind of webservers.
""" """
import os import os
import sys
import time import time
from django.conf import settings from django.conf import settings
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment