Ignore:
Timestamp:
Oct 14, 2005, 12:02:18 PM (18 years ago)
Author:
duncan
Message:

fix compile bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/sparse.py

    r1849 r1922  
    370370
    371371#Setup for C extensions
    372 import compile
     372from utilities import compile
    373373if compile.can_use_C_extension('sparse_ext.c'):
    374374    #Replace python version with c implementation
Note: See TracChangeset for help on using the changeset viewer.