Ignore:
Timestamp:
Jan 6, 2009, 11:36:24 AM (16 years ago)
Author:
ole
Message:

Fiddled with dependency graph and minor clean up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/utilities/polygon.py

    r6116 r6119  
    969969#Initialise module
    970970
    971 from anuga.utilities.compile import can_use_C_extension
    972 if can_use_C_extension('polygon_ext.c'):
     971from anuga.utilities import compile
     972if compile.can_use_C_extension('polygon_ext.c'):
    973973    # Underlying C implementations can be accessed
    974974    from polygon_ext import _point_on_line
Note: See TracChangeset for help on using the changeset viewer.