buildframework/helium/sf/python/pythoncore/lib/imaker/__init__.py
changeset 628 7c4a911dc066
parent 587 85df38eb4012
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    16 #
    16 #
    17 #Description:
    17 #Description:
    18 #===============================================================================
    18 #===============================================================================
    19 
    19 
    20 """ iMaker framework. """
    20 """ iMaker framework. """
    21 from api import *       #this needs to remain here even though pylint throws it as 
    21 from imaker.api import * #this needs to remain here even though pylint throws it as 
    22                         #a warning 'unused' due to being needed by what imports this AGH!!! 
    22                          #a warning 'unused' due to being needed by what imports this AGH!!! 
    23                         #can't the thing that imports this import the api file?
    23                          #can't the thing that imports this import the api file?