summaryrefslogtreecommitdiff
path: root/gen_tzinfo.py
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2005-05-10 20:57:18 +0000
committerArch Librarian <arch@canonical.com>2005-05-10 20:57:18 +0000
commitb129e8bf55f6be61cee3ce6773130afcc31f791e (patch)
tree7b28c130524e22fce8f824b7860a21b7b3779bcc /gen_tzinfo.py
parent80c9a8b820abc4a8fed5e6c0a4c3bab267018dac (diff)
downloadpytz-b129e8bf55f6be61cee3ce6773130afcc31f791e.tar.gz
tweaks before release
Author: zenzen Date: 2004-06-05 11:34:43 GMT tweaks before release
Diffstat (limited to 'gen_tzinfo.py')
-rw-r--r--gen_tzinfo.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gen_tzinfo.py b/gen_tzinfo.py
index dbf191d..56b135f 100644
--- a/gen_tzinfo.py
+++ b/gen_tzinfo.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
'''
-$Id: gen_tzinfo.py,v 1.14 2004/06/05 09:53:54 zenzen Exp $
+$Id: gen_tzinfo.py,v 1.15 2004/06/05 11:34:43 zenzen Exp $
'''
import sys, os, os.path, shutil
@@ -37,6 +37,7 @@ def allzones():
# of 5 seconds because of way too many zone changes, so the data isn't
# 100% accurate anyway).
zones = [z for z in zones if 'Riyadh8' not in z]
+ zones.sort()
return zones
def links():