[master] Rebased patches removing scdate usage

Vratislav Podzimek vpodzime at redhat.com
Wed Aug 22 12:26:39 UTC 2012


I have finally rebased the not pushed patches removing scdate usage and
anaconda.timezone object by replacing it with our timezone.py module. Since
there were lot of conflicts and I had to add one additional change (TUI code),
I'm sending these for a re-review.

Vratislav Podzimek (2):
  Remove the last usage of the system-config-date in Anaconda
  Use ksdata.timezone and timezone module instead of anaconda.timezone

 anaconda                                   |   2 +-
 pyanaconda/__init__.py                     |  11 --
 pyanaconda/install.py                      |   1 +
 pyanaconda/kickstart.py                    |  12 +-
 pyanaconda/localization.py                 |  35 -----
 pyanaconda/packages.py                     |   6 +-
 pyanaconda/timezone.py                     | 200 +++++++++++++++++++++--------
 pyanaconda/ui/gui/spokes/datetime_spoke.py |   4 +-
 pyanaconda/ui/gui/spokes/welcome.py        |   4 +-
 pyanaconda/ui/tui/spokes/time.py           |   4 +-
 10 files changed, 158 insertions(+), 121 deletions(-)

-- 
1.7.11.2



More information about the anaconda-patches mailing list