Author: waldi
Date: Fri Mar 14 11:57:34 2008
New Revision: 10838
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
Fri Mar 14 11:57:34 2008
@@ -165,7 +165,7 @@
processed = set()
ignored = set()
for f in menufiles:
- ret.extend(self._dump_file(processed, ignore_silent and ignored or
None, f))
+ ret.extend(self._dump_file(processed, ignore_silent and ignored,
f))
s = set(self.keys())
unprocessed = s - processed - ignored
_______________________________________________
Kernel-svn-changes mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes