This website works better with JavaScript
Home
Explore
Help
Sign In
yangck
/
celery
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Make tests pass in Python 2.5 by importing with_statement from __future__
Ask Solem
15 years ago
parent
d3209d2f16
commit
c74cb57a8c
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
celery/tests/test_serialization.py
+ 1
- 0
celery/tests/test_serialization.py
View File
@@ -1,3 +1,4 @@
+from __future__ import with_statement
import sys
import unittest