Changeset 6213


Ignore:
Timestamp:
Jan 19, 2009, 5:25:30 PM (15 years ago)
Author:
ole
Message:

Ross and Ole discovered reasons for maxasc and order_boundary not being included in test_all.py - the assumption made in test_all.py was a flat structure under anuga. This should be rewritten using os.walk('.') as in clean_all.py

Location:
anuga_core/source/anuga/lib
Files:
5 added
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/lib/__init__.py

    r5980 r6213  
    22"""
    33
    4 # Add path of package to PYTHONPATH to allow C-extensions to be loaded
     4pass
     5
     6#Add path of package to PYTHONPATH to allow C-extensions to be loaded
    57import sys
    68sys.path += __path__
    79
    810
     11
Note: See TracChangeset for help on using the changeset viewer.