Remove another XKB in the control-panel
This commit is contained in:
parent
7cf1252192
commit
64a91b8590
@ -418,7 +418,6 @@ def _writeI18N(lang):
|
|||||||
print(_("Could not access %s. Create standard settings.") % path)
|
print(_("Could not access %s. Create standard settings.") % path)
|
||||||
fd = open(path, 'w')
|
fd = open(path, 'w')
|
||||||
fd.write('LANG="en_US.UTF-8"\n')
|
fd.write('LANG="en_US.UTF-8"\n')
|
||||||
fd.write('XKB_LAYOUT="us(olpc)"\n')
|
|
||||||
fd.close()
|
fd.close()
|
||||||
else:
|
else:
|
||||||
fd = open(path, 'r')
|
fd = open(path, 'r')
|
||||||
|
Loading…
Reference in New Issue
Block a user