mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-21 07:28:12 +08:00
removed old import
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
from multiprocessing import Queue, Value
|
||||
|
||||
try:
|
||||
import cPickle as pickle
|
||||
except ImportError:
|
||||
import pickle
|
||||
|
||||
# django
|
||||
from django.utils import timezone
|
||||
|
||||
|
||||
Reference in New Issue
Block a user