small patch change
This commit is contained in:
parent
44160142b4
commit
76da3f1290
@ -5,7 +5,7 @@ diff -up python-dateutil-1.5/dateutil/zoneinfo/__init__.py\~ python-dateutil-1.5
|
|||||||
|
|
||||||
CACHE = []
|
CACHE = []
|
||||||
CACHESIZE = 10
|
CACHESIZE = 10
|
||||||
+USE_SYSTEM_ZONEINFO = False # XXX configure at build time
|
+USE_SYSTEM_ZONEINFO = True # XXX configure at build time
|
||||||
|
|
||||||
class tzfile(tzfile):
|
class tzfile(tzfile):
|
||||||
def __reduce__(self):
|
def __reduce__(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user