source: sasview/src/sas/sascalc/dataloader/readers/__init__.py @ 62acdd5

Last change on this file since 62acdd5 was b699768, checked in by Piotr Rozyczko <piotr.rozyczko@…>, 8 years ago

Initial commit of the refactored SasCalc? module.

  • Property mode set to 100644
File size: 448 bytes
Line 
1# Backward compatibility with the previous implementation of the default readers
2from associations import register_readers
3
4# Method to associate extensions to default readers
5from associations import read_associations
6
7# Method to return the location of the XML settings file
8def get_data_path():
9    """
10        Return the location of the settings file for the data readers.
11    """
12    import os
13    return os.path.dirname(__file__)
Note: See TracBrowser for help on using the repository browser.