pull/6/head
Martijn Faassen 2005-04-08 14:24:05 +00:00
rodzic 199758da43
commit ba708ec2d1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -41,7 +41,7 @@ them directly.
"""
# from python > 2.3
# from python >= 2.3
from datetime import datetime, timedelta, time, date, tzinfo
from types import IntType, StringType, UnicodeType, TupleType, ListType
SequenceTypes = [TupleType, ListType]