Changes in extra/pylint_numpy.py [823e620:63b32bb] in sasmodels


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extra/pylint_numpy.py

    r823e620 r63b32bb  
    88    #print("processing",module.name) 
    99    if module.name.startswith('numpy'): 
    10         if module.name == 'numpy': 
    11             import numpy 
    12         elif module.name == 'numpy.random': 
    13             import numpy.random 
    14             from numpy.random import seed, get_state, set_state 
     10        if module.name == 'numpy':  import numpy 
     11        elif module.name == 'numpy.random': import numpy.random 
    1512 
Note: See TracChangeset for help on using the changeset viewer.