Am 21-01-2014 12:03, schrieb shaohef(a)linux.vnet.ibm.com:
@@ -35,6 +35,7 @@ from kimchi import mockmodel
from kimchi import vnc
from kimchi.root import Root
from kimchi.utils import get_enabled_plugins, import_class
+from kimchi.control import sub_nodes
Please add the import statement in
alphabetical order. "kimchi.control"
comes before "kimchi.root".