Coverage for python/lsst/ap/association/version.py: 100%

5 statements  

« prev     ^ index     » next       coverage.py v6.4.1, created at 2022-07-11 08:02 +0000

1# -------- This file is automatically generated by LSST's sconsUtils -------- # 

2__version__ = "g865756303c+305781ac99" 

3__repo_version__ = "g865756303c" 

4__fingerprint__ = "0x0" 

5__dependency_versions__ = {} 

6__all__ = ( 

7 "__version__", 

8 "__repo_version__", 

9 "__fingerprint__", 

10 "__dependency_versions__", 

11)