[master] Language-related stuff cleanup

Vratislav Podzimek vpodzime at redhat.com
Thu Aug 30 12:15:24 UTC 2012


These two patches remove no longer used/needed files and add few lines for
writing language system configuration to the installed system. This part
needs one more patch for writing /etc/locale.conf, but I don't know how this
file should look. Please not that these patches are not tested as I am sending
them from the BaseOS team building without virtualization available. I will test
them before pusing tomorrow.

Vratislav Podzimek (2):
  Remove lang-table and localeinfo.py
  Remove anaconda.instLanguage object and language module

 anaconda                               |   3 -
 data/lang-table                        |  61 ---------
 pyanaconda/__init__.py                 |  10 --
 pyanaconda/install.py                  |   1 +
 pyanaconda/installclass.py             |   1 -
 pyanaconda/kickstart.py                |   6 +
 pyanaconda/language.py                 | 216 ------------------------------
 pyanaconda/localeinfo.py               |  56 --------
 pyanaconda/localization.py             |  25 ++++
 tests/pyanaconda_test/language_test.py | 237 ---------------------------------
 10 files changed, 32 insertions(+), 584 deletions(-)
 delete mode 100644 data/lang-table
 delete mode 100644 pyanaconda/language.py
 delete mode 100644 pyanaconda/localeinfo.py
 delete mode 100644 tests/pyanaconda_test/language_test.py

-- 
1.7.11.4



More information about the anaconda-patches mailing list