This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
yangck
/
celery
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Browse Source
Make tests pass in Python 2.5 by importing with_statement from __future__
Ask Solem
16 năm trước cách đây
mục cha
d3209d2f16
commit
c74cb57a8c
1 tập tin đã thay đổi
với
1 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
1
0
celery/tests/test_serialization.py
+ 1
- 0
celery/tests/test_serialization.py
Xem Tập Tin
@@ -1,3 +1,4 @@
+from __future__ import with_statement
import sys
import unittest