removed old import

This commit is contained in:
Ilan
2015-07-22 17:03:49 +02:00
parent a26ffbf03b
commit 1a24bb60dd
-5
View File
@@ -1,10 +1,5 @@
from multiprocessing import Queue, Value
try:
import cPickle as pickle
except ImportError:
import pickle
# django
from django.utils import timezone