Browse Source

test_utils: Added missing with_statement import

Ask Solem 15 years ago
parent
commit
d498c22a0b
1 changed files with 2 additions and 0 deletions
  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