Ignore:
Timestamp:
Jun 4, 2010, 10:23:43 PM (14 years ago)
Author:
hudson
Message:

Fixed wrong exception module import paths.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/test_all.py

    r7573 r7779  
    181181    try:
    182182        # importing something that loads quickly
    183         import anuga.utilities.anuga_exceptions
     183        import anuga.anuga_exceptions
    184184    except ImportError:
    185185        print "Python cannot import ANUGA module."
Note: See TracChangeset for help on using the changeset viewer.