Преглед изворни кода

Make tests pass in Python 2.5 by importing with_statement from __future__

Ask Solem пре 15 година
родитељ
комит
c74cb57a8c
1 измењених фајлова са 1 додато и 0 уклоњено
  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