diff options
| author | Chris Lumens <clumens@redhat.com> | 2009-09-09 10:11:18 -0400 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2009-09-09 10:15:34 -0400 |
| commit | 3b0bdb6ed0a3cd34c4668b6643562bc6f547dc58 (patch) | |
| tree | 8686b353ba21c14e92424d68a29bf8d989aaffc8 /textw | |
| parent | 01c337e5cb25dd08a6dfbaf39a69cc19db7a78c3 (diff) | |
| download | anaconda-3b0bdb6ed0a3cd34c4668b6643562bc6f547dc58.tar.gz anaconda-3b0bdb6ed0a3cd34c4668b6643562bc6f547dc58.tar.xz anaconda-3b0bdb6ed0a3cd34c4668b6643562bc6f547dc58.zip | |
The zonetab module has moved (#521986).
Diffstat (limited to 'textw')
| -rw-r--r-- | textw/timezone_text.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textw/timezone_text.py b/textw/timezone_text.py index f12ea7870..9a5280ac1 100644 --- a/textw/timezone_text.py +++ b/textw/timezone_text.py @@ -25,6 +25,7 @@ from time import * from snack import * from constants_text import * from bootloader import hasWindows +from scdate.core import zonetab from constants import * import gettext @@ -35,8 +36,6 @@ sys.path.append("/usr/share/system-config-date") class TimezoneWindow: def getTimezoneList(self): - import zonetab - zt = zonetab.ZoneTab() zoneList = [ x.tz for x in zt.getEntries() ] zoneList.sort() |
