- Timestamp:
- Mar 11, 2015 12:05:10 PM (10 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extra/pylint_numpy.py
r3c56da87 r63b32bb 8 8 #print("processing",module.name) 9 9 if module.name.startswith('numpy'): 10 if module.name == 'numpy': import numpy10 if module.name == 'numpy': import numpy 11 11 elif module.name == 'numpy.random': import numpy.random 12 12
Note: See TracChangeset
for help on using the changeset viewer.