Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sascalc/dataloader/readers/__init__.py

    r488f3a5 r574adc7  
    11# Method to associate extensions to default readers 
    2 from associations import read_associations 
     2from .associations import read_associations 
     3 
     4 
     5# Method to return the location of the XML settings file 
     6def get_data_path(): 
     7    """ 
     8        Return the location of the settings file for the data readers. 
     9    """ 
     10    import os 
     11    return os.path.dirname(__file__) 
Note: See TracChangeset for help on using the changeset viewer.