summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorVratislav Podzimek <vpodzime@redhat.com>2012-08-30 13:34:49 +0200
committerVratislav Podzimek <vpodzime@redhat.com>2012-09-04 16:18:09 +0200
commit27e6bda8874b5bf70424966988b51a9aba97793a (patch)
treef1a51e6266b1f61d803e87c806b125a691c8ceba /anaconda
parent032d00df5baa9463f8e439dc99619238a6248c1e (diff)
downloadanaconda-27e6bda8874b5bf70424966988b51a9aba97793a.tar.gz
anaconda-27e6bda8874b5bf70424966988b51a9aba97793a.tar.xz
anaconda-27e6bda8874b5bf70424966988b51a9aba97793a.zip
Remove anaconda.instLanguage object and language module
We now use ksdata and execute methods for storing and writing configuration.
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda3
1 files changed, 0 insertions, 3 deletions
diff --git a/anaconda b/anaconda
index 0ca74a634..028a18569 100755
--- a/anaconda
+++ b/anaconda
@@ -910,9 +910,6 @@ if __name__ == "__main__":
if opts.lang:
# this is lame, but make things match what we expect (#443408)
opts.lang = opts.lang.replace(".utf8", ".UTF-8")
- anaconda.instLanguage.instLang = opts.lang
- anaconda.instLanguage.systemLang = opts.lang
- anaconda.ksdata.timezone.timezone = anaconda.instLanguage.getDefaultTimeZone()
from pyanaconda.storage import storageInitialize
from pyanaconda.packaging import payloadInitialize