buildframework/helium/sf/python/pythoncore/lib/imaker/__init__.py
changeset 628 7c4a911dc066
parent 587 85df38eb4012
--- a/buildframework/helium/sf/python/pythoncore/lib/imaker/__init__.py	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/sf/python/pythoncore/lib/imaker/__init__.py	Fri Aug 13 14:59:05 2010 +0300
@@ -18,6 +18,6 @@
 #===============================================================================
 
 """ iMaker framework. """
-from api import *       #this needs to remain here even though pylint throws it as 
-                        #a warning 'unused' due to being needed by what imports this AGH!!! 
-                        #can't the thing that imports this import the api file?
+from imaker.api import * #this needs to remain here even though pylint throws it as 
+                         #a warning 'unused' due to being needed by what imports this AGH!!! 
+                         #can't the thing that imports this import the api file?