Explorar el Código

test_utils: Added missing with_statement import

Ask Solem hace 15 años
padre
commit
d498c22a0b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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 socket
 import unittest