Sfoglia il codice sorgente

Make tests pass in Python 2.5 by importing with_statement from __future__

Ask Solem 15 anni fa
parent
commit
c74cb57a8c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      celery/tests/test_serialization.py

+ 1 - 0
celery/tests/test_serialization.py

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