73db213 Use ksdata.timezone and timezone module instead of anaconda.timezone

Authored and Committed by vpodzime 11 years ago
    Use ksdata.timezone and timezone module instead of anaconda.timezone
    
    We now use ksdata to store data and execute() methods of kickstart
    commands to set the installed system up. In order to not place all
    the code to kickstart.py, timezone.py module gathering all timezone
    related code was created.
    
        
file modified
+1 -1
file modified
+0 -11
file modified
+1 -0
file modified
+5 -3
file modified
+0 -38
file modified
+3 -3
file modified
+143 -57