Author: waldi
Date: Wed Mar  5 12:06:27 2008
New Revision: 10707

Log:
lib/dkt/bin/base.py: Fix.


Modified:
   people/waldi/dkt/lib/dkt/bin/base.py

Modified: people/waldi/dkt/lib/dkt/bin/base.py
==============================================================================
--- people/waldi/dkt/lib/dkt/bin/base.py        (original)
+++ people/waldi/dkt/lib/dkt/bin/base.py        Wed Mar  5 12:06:27 2008
@@ -24,7 +24,7 @@
 
     def bootconfig_generate(self):
         # XXX
-        bootconfig = None
+        bootconfig = []
         bootconfig = default_registry.run(IBootConfigPrepare, 
'boot_config_prepare', bootconfig, self.config, self.imageconfigs)
         bootconfig = default_registry.run(IBootConfigPartition, 
'boot_config_partition', bootconfig, self.config)
         self.bootconfig = default_registry.run(IBootConfigSort, 
'boot_config_sort', bootconfig, self.config)

_______________________________________________
Kernel-svn-changes mailing list
Kernel-svn-changes@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

Reply via email to