Changeset 9545 for trunk/anuga_core/source/anuga/__init__.py
- Timestamp:
- Jan 29, 2015, 5:22:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/__init__.py
r9500 r9545 20 20 21 21 #Add path of package to PYTHONPATH to allow C-extensions to be loaded 22 import sys23 sys.path += __path__22 #import sys 23 #sys.path += __path__ 24 24 25 25 … … 28 28 #----------------------------------------------------- 29 29 30 from numpy.testing import Tester 31 test = Tester().test 30 32 31 33 from anuga.__metadata__ import __version__, __date__, __author__
Note: See TracChangeset
for help on using the changeset viewer.