Remove another XKB in the control-panel

This commit is contained in:
Simon Schampijer 2007-12-20 19:25:20 +01:00
parent 7cf1252192
commit 64a91b8590

View File

@ -418,7 +418,6 @@ def _writeI18N(lang):
print(_("Could not access %s. Create standard settings.") % path)
fd = open(path, 'w')
fd.write('LANG="en_US.UTF-8"\n')
fd.write('XKB_LAYOUT="us(olpc)"\n')
fd.close()
else:
fd = open(path, 'r')