소스 검색

test_utils: Added missing with_statement import

Ask Solem 15 년 전
부모
커밋
d498c22a0b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      celery/tests/test_utils.py

+ 2 - 0
celery/tests/test_utils.py

@@ -1,3 +1,5 @@
+from __future__ import with_statement
+
 import sys
 import sys
 import socket
 import socket
 import unittest
 import unittest