Changes in / [d5e0592:7e16db7] in sasmodels
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/custom/__init__.py
r4bfbca2 rcd0a808 25 25 def load_module_from_path(fullname, path): 26 26 module = imp.load_source(fullname, path) 27 #os.unlink(path+"c") # remove the automatic pyc file27 os.unlink(path+"c") # remove the automatic pyc file 28 28 return module 29 29
Note: See TracChangeset
for help on using the changeset viewer.