Changeset 63b32bb in sasmodels for extra


Ignore:
Timestamp:
Mar 11, 2015 12:05:10 PM (9 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:
49d1d42f
Parents:
a217f7d
Message:

lint cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extra/pylint_numpy.py

    r3c56da87 r63b32bb  
    88    #print("processing",module.name) 
    99    if module.name.startswith('numpy'): 
    10         if module.name == 'numpy': import numpy 
     10        if module.name == 'numpy':  import numpy 
    1111        elif module.name == 'numpy.random': import numpy.random 
    1212 
Note: See TracChangeset for help on using the changeset viewer.