Changeset 4bfbca2 in sasmodels


Ignore:
Timestamp:
May 20, 2016 7:55:46 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
d5e0592
Parents:
5efe850
Message:

don't delete custom .pyc files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/custom/__init__.py

    rcd0a808 r4bfbca2  
    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.