Changes in / [d5e0592:7e16db7] in sasmodels


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/custom/__init__.py

    r4bfbca2 rcd0a808  
    2525    def load_module_from_path(fullname, path): 
    2626        module = imp.load_source(fullname, path) 
    27         #os.unlink(path+"c")  # remove the automatic pyc file 
     27        os.unlink(path+"c")  # remove the automatic pyc file 
    2828        return module 
    2929 
Note: See TracChangeset for help on using the changeset viewer.