source: sasview/src/sas/sascalc/dataloader/readers/__init__.py @ 783c1b5

Last change on this file since 783c1b5 was 7a5d066, checked in by krzywon, 8 years ago

Replace defaults.json file with constant to eliminate json dependency

  • Property mode set to 100644
File size: 313 bytes
Line 
1# Method to associate extensions to default readers
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 TracBrowser for help on using the repository browser.