summaryrefslogtreecommitdiff
path: root/dateutil/tz.py
diff options
context:
space:
mode:
authorniemeyer <>2007-11-20 00:07:34 +0000
committerniemeyer <>2007-11-20 00:07:34 +0000
commitd0bbacbaa23fa53ae8ac0225f4a7a324ee47a1a4 (patch)
tree9c5c2b68401eebc70baef5a322dadba43ac732f2 /dateutil/tz.py
parent2e30204106e746d8ebe3ca013244212e1728ff16 (diff)
downloaddateutil-d0bbacbaa23fa53ae8ac0225f4a7a324ee47a1a4.tar.gz
All code is now compatible with new-style division.
Diffstat (limited to 'dateutil/tz.py')
-rw-r--r--dateutil/tz.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dateutil/tz.py b/dateutil/tz.py
index 208a7e7..61fe2c1 100644
--- a/dateutil/tz.py
+++ b/dateutil/tz.py
@@ -1,5 +1,5 @@
"""
-Copyright (c) 2003-2005 Gustavo Niemeyer <gustavo@niemeyer.net>
+Copyright (c) 2003-2007 Gustavo Niemeyer <gustavo@niemeyer.net>
This module offers extensions to the standard python 2.3+
datetime module.