[kernel] r9201 - people/waldi/dkt/lib/dkt/image

Bastian Blank waldi at alioth.debian.org
Wed Jul 25 12:23:07 UTC 2007


Author: waldi
Date: Wed Jul 25 12:23:07 2007
New Revision: 9201

Log:
lib/dkt/image/interfaces.py: Add new interfaces.


Modified:
   people/waldi/dkt/lib/dkt/image/interfaces.py

Modified: people/waldi/dkt/lib/dkt/image/interfaces.py
==============================================================================
--- people/waldi/dkt/lib/dkt/image/interfaces.py	(original)
+++ people/waldi/dkt/lib/dkt/image/interfaces.py	Wed Jul 25 12:23:07 2007
@@ -4,6 +4,9 @@
     type = Attribute("")
     architecture = Attribute("")
 
-class IImageXenConfig(Interface):
+class IImageLinuxInitramfsConfig(Interface):
+    pass
+
+class IImageLinuxXenConfig(Interface):
     pass
 



More information about the Kernel-svn-changes mailing list