Abstract difference calculation into module
Take the functionality of the meta-diff utility and abstract it into a module. This will allow other python scripts to use this functionality transparetly. The executable is not only in charge of handling command line arguments and calling the module's main function.
Showing
- Control/AthenaServices/test/RecoMetadata_test.py 258 additions, 0 deletionsControl/AthenaServices/test/RecoMetadata_test.py
- Tools/PyUtils/bin/meta-diff.py 87 additions, 146 deletionsTools/PyUtils/bin/meta-diff.py
- Tools/PyUtils/python/MetaDiff.py 139 additions, 0 deletionsTools/PyUtils/python/MetaDiff.py
- Tools/PyUtils/python/MetaReader.py 3 additions, 3 deletionsTools/PyUtils/python/MetaReader.py
Loading
Please register or sign in to comment