Browse Source

Missing import

Ask Solem 11 years ago
parent
commit
aaafbd5842
1 changed files with 1 additions and 0 deletions
  1. 1 0
      celery/tests/utils/test_datastructures.py

+ 1 - 0
celery/tests/utils/test_datastructures.py

@@ -1,6 +1,7 @@
 from __future__ import absolute_import
 
 import pickle
+import sys
 
 from billiard.einfo import ExceptionInfo
 from mock import Mock, patch