Browse Source

forgot to import sys

Ask Solem 9 năm trước cách đây
mục cha
commit
2b9cf7b216
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      celery/tests/concurrency/test_prefork.py

+ 1 - 0
celery/tests/concurrency/test_prefork.py

@@ -3,6 +3,7 @@ from __future__ import absolute_import
 import errno
 import os
 import socket
+import sys
 
 from itertools import cycle