summaryrefslogtreecommitdiff
path: root/gen_tzinfo.py
diff options
context:
space:
mode:
authorStuart Bishop <stuart.bishop@canonical.com>2005-12-27 17:12:25 +0000
committerStuart Bishop <stuart.bishop@canonical.com>2005-12-27 17:12:25 +0000
commitddd51c7c89d8176c79c933a477c7bc5ba0cec13e (patch)
treeeecb3ff88175afd26e1a06904242d99c449c0257 /gen_tzinfo.py
parent0b9aeb7bf3e11e0274b980d129c3add3a9e32fe8 (diff)
downloadpytz-ddd51c7c89d8176c79c933a477c7bc5ba0cec13e.tar.gz
Generate .pot file
Diffstat (limited to 'gen_tzinfo.py')
-rw-r--r--gen_tzinfo.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gen_tzinfo.py b/gen_tzinfo.py
index 4495448..8f91362 100644
--- a/gen_tzinfo.py
+++ b/gen_tzinfo.py
@@ -259,7 +259,9 @@ def main(destdir):
gen_inits(_destdir)
add_allzones(os.path.join(_destdir, 'pytz', '__init__.py'))
+target = None
if __name__ == '__main__':
+
try:
target = sys.argv[1:]
except IndexError: