diff options
author | Stuart Bishop <stuart.bishop@canonical.com> | 2016-07-13 14:54:46 +0700 |
---|---|---|
committer | Stuart Bishop <stuart.bishop@canonical.com> | 2016-07-13 15:07:35 +0700 |
commit | a95d09d62536e79c46b5a6a2a932756f72290255 (patch) | |
tree | 506b1fd6e3e36853668d8011868b437f623438b8 /gen_tzinfo.py | |
parent | 24e005edb7d777d0e8db25d483b64d4319a6e704 (diff) | |
download | pytz-git-subtree.tar.gz |
Switch to git subtree for upstream tz librarysubtree
Diffstat (limited to 'gen_tzinfo.py')
-rw-r--r-- | gen_tzinfo.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gen_tzinfo.py b/gen_tzinfo.py index a1ae7e5..490212a 100644 --- a/gen_tzinfo.py +++ b/gen_tzinfo.py @@ -46,7 +46,7 @@ def allzones(): def links(): '''Mapping of alias -> canonical name''' l = {} - olson_src_files = glob('elsie.nci.nih.gov/src/*') + olson_src_files = glob('tz/*') assert olson_src_files, 'No src files' for filename in olson_src_files: # Filenames containing a '.' are not data files. @@ -103,7 +103,7 @@ def add_allzones(filename): and not z.startswith('SystemV/') and not z.startswith('Etc/')] # And extend our list manually with stuff we think deserves to be - # labelled 'common'. + # labelled 'common'. cz.extend([ 'UTC', 'GMT', 'US/Eastern', 'US/Pacific', 'US/Mountain', 'US/Central', 'US/Arizona', 'US/Hawaii', 'US/Alaska', |