Ignore:
Timestamp:
Apr 24, 2008, 7:30:33 PM (16 years ago)
Author:
steve
Message:
 
File:
1 edited

Legend:

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

    r3592 r5242  
    22"""
    33
    4 pass
     4# Add path of package to PYTHONPATH to allow C-extensions to be loaded
     5import sys
     6sys.path += __path__
     7
     8# Make selected classes available directly
     9from advection import Domain,\
     10    Transmissive_boundary, Dirichlet_boundary
    511
    612
    713
    8 
Note: See TracChangeset for help on using the changeset viewer.