This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
yangck
/
celery
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ソースを参照
test_utils: Added missing with_statement import
Ask Solem
15 年 前
親
44dbf5b6ac
コミット
d498c22a0b
1 ファイル変更
、
2 行追加
、
0 行削除
分割表示
差分情報を表示
2
0
celery/tests/test_utils.py
+ 2
- 0
celery/tests/test_utils.py
ファイルの表示
@@ -1,3 +1,5 @@
+from __future__ import with_statement
+
import sys
import socket
import unittest