imports from geni itself should now be fully qualified
[sfa.git] / geni / util / misc.py
index 1e6f6bb..41f5070 100644 (file)
@@ -1,7 +1,7 @@
 ### $Id$
 ### $URL$
 
-from faults import *
+from geni.util.faults import *
 
 def get_leaf(hrn):
     parts = hrn.split(".")