File tree Expand file tree Collapse file tree 5 files changed +191
-355
lines changed
Expand file tree Collapse file tree 5 files changed +191
-355
lines changed Original file line number Diff line number Diff line change 66# (c) 2010 The Trustees of Columbia University
77# in the City of New York. All rights reserved.
88#
9- # File coded by: Chris Farrow
9+ # File coded by: Simon Billinge
1010#
1111# See AUTHORS.txt for a list of people who contributed.
1212# See LICENSE_DANSE.txt for license information.
1313#
1414##############################################################################
1515"""Various utilities related to data parsing and manipulation."""
16+
17+ # this allows load_data to be imported from diffpy.utils.parsers
18+ # it is needed during deprecation of the old loadData structure
19+ # when we remove loadData we can move all the parser functionality
20+ # a parsers.py module (like tools.py) and remove this if we want
21+ from .loaddata import load_data
22+
23+ __all__ = ["load_data" ]
You can’t perform that action at this time.
0 commit comments