From 76da3f12904359b671ddf35aac9aa189811c12a5 Mon Sep 17 00:00:00 2001 From: Jef Spaleta Date: Thu, 15 Sep 2011 09:38:03 -0800 Subject: [PATCH] small patch change --- python-dateutil-1.5-system-zoneinfo.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-dateutil-1.5-system-zoneinfo.patch b/python-dateutil-1.5-system-zoneinfo.patch index 08f0f8d..2f909dc 100644 --- a/python-dateutil-1.5-system-zoneinfo.patch +++ b/python-dateutil-1.5-system-zoneinfo.patch @@ -5,7 +5,7 @@ diff -up python-dateutil-1.5/dateutil/zoneinfo/__init__.py\~ python-dateutil-1.5 CACHE = [] CACHESIZE = 10 -+USE_SYSTEM_ZONEINFO = False # XXX configure at build time ++USE_SYSTEM_ZONEINFO = True # XXX configure at build time class tzfile(tzfile): def __reduce__(self):