~stub/pytz/devel

« back to all changes in this revision

Viewing changes to gen_tzinfo.py

  • Committer: Stuart Bishop
  • Date: 2005-12-27 17:12:25 UTC
  • Revision ID: Arch-1:stuart@stuartbishop.net--public%pytz--devel--0--patch-29
GenerateĀ .potĀ file

Show diffs side-by-side

added added

removed removed

Lines of Context:
259
259
    gen_inits(_destdir)
260
260
    add_allzones(os.path.join(_destdir, 'pytz', '__init__.py'))
261
261
 
 
262
target = None
262
263
if __name__ == '__main__':
 
264
    
263
265
    try:
264
266
        target = sys.argv[1:]
265
267
    except IndexError: