This website works better with JavaScript
홈
탐색
도움말
로그인
yangck
/
celery
Watch
1
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
소스 검색
Make tests pass in Python 2.5 by importing with_statement from __future__
Ask Solem
15 년 전
부모
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 sys
import unittest
import unittest