This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
yangck
/
celery
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ソースを参照
Make tests pass in Python 2.5 by importing with_statement from __future__
Ask Solem
16 年 前
親
d3209d2f16
コミット
c74cb57a8c
1 ファイル変更
、
1 行追加
、
0 行削除
分割表示
差分情報を表示
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