Ignore:
Timestamp:
Mar 12, 2015, 7:10:53 PM (9 years ago)
Author:
steve
Message:

changed extension include files to relative address

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/anuga/file_conversion/setup.py

    r9677 r9714  
    1515    config.add_data_dir('tests')
    1616
    17     util_dir = os.path.abspath(join(os.path.dirname(__file__),'..','utilities'))
     17    #util_dir = os.path.abspath(join(os.path.dirname(__file__),'..','utilities'))
     18    util_dir = join('..','utilities')
    1819   
    1920    config.add_extension('calc_grid_values_ext',
Note: See TracChangeset for help on using the changeset viewer.