diff options
author | niemeyer <> | 2007-11-20 00:07:34 +0000 |
---|---|---|
committer | niemeyer <> | 2007-11-20 00:07:34 +0000 |
commit | d0bbacbaa23fa53ae8ac0225f4a7a324ee47a1a4 (patch) | |
tree | 9c5c2b68401eebc70baef5a322dadba43ac732f2 /dateutil/tz.py | |
parent | 2e30204106e746d8ebe3ca013244212e1728ff16 (diff) | |
download | dateutil-d0bbacbaa23fa53ae8ac0225f4a7a324ee47a1a4.tar.gz |
All code is now compatible with new-style division.
Diffstat (limited to 'dateutil/tz.py')
-rw-r--r-- | dateutil/tz.py | 2 |
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. |