Changes in run.py [64ca561:168d359] in sasview


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • run.py

    r64ca561 r168d359  
    6262def import_package(modname, path): 
    6363    """Import a package into a particular point in the python namespace""" 
     64    logger.debug("Dynamicly importing: %s", path) 
    6465    mod = imp.load_source(modname, abspath(joinpath(path,'__init__.py'))) 
    6566    sys.modules[modname] = mod 
Note: See TracChangeset for help on using the changeset viewer.