This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
yangck
/
celery
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Przeglądaj źródła
Make tests pass in Python 2.5 by importing with_statement from __future__
Ask Solem
15 lat temu
rodzic
d3209d2f16
commit
c74cb57a8c
1 zmienionych plików
z
1 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
1
0
celery/tests/test_serialization.py
+ 1
- 0
celery/tests/test_serialization.py
Wyświetl plik
@@ -1,3 +1,4 @@
+from __future__ import with_statement
import sys
import unittest