[kernel] r10823 - people/waldi/utils/kconfigeditor2/lib/kconfigeditor/kconfig/package
Bastian Blank
waldi at alioth.debian.org
Thu Mar 13 09:07:54 UTC 2008
Author: waldi
Date: Thu Mar 13 09:07:52 2008
New Revision: 10823
Log:
lib/kconfigeditor/kconfig/package/files.py: Fix.
Modified:
people/waldi/utils/kconfigeditor2/lib/kconfigeditor/kconfig/package/files.py
Modified: people/waldi/utils/kconfigeditor2/lib/kconfigeditor/kconfig/package/files.py
==============================================================================
--- people/waldi/utils/kconfigeditor2/lib/kconfigeditor/kconfig/package/files.py (original)
+++ people/waldi/utils/kconfigeditor2/lib/kconfigeditor/kconfig/package/files.py Thu Mar 13 09:07:52 2008
@@ -117,7 +117,7 @@
ret.extend(self._dump_file_config(processed, ignored, i))
if ret:
ret.insert(0, "## choice: %s" % f.prompt)
- ret.insert(-1, '## end choice')
+ ret.append('## end choice')
return ret
def _dump_file_config(self, processed, ignored, i):
More information about the Kernel-svn-changes
mailing list