Move catalyst_support, builder, catalyst_lock out of modules, into the catalyst names...
[catalyst.git] / catalyst / modules / livecd_stage2_target.py
index 5be8fd23870d7955eee29230de511ddd8ea5b84f..1bfd8201a40a40f6e659c286817e2743ca253f2a 100644 (file)
@@ -4,7 +4,7 @@ LiveCD stage2 target, builds upon previous LiveCD stage1 tarball
 # NOTE: That^^ docstring has influence catalyst-spec(5) man page generation.
 
 import os,string,types,stat,shutil
-from catalyst_support import *
+from catalyst.support import *
 from generic_stage_target import *
 
 class livecd_stage2_target(generic_stage_target):