Coverage for python/lsst/base/__init__.py: 100%

Shortcuts on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

6 statements  

1from .version import * 

2from .threads import * 

3 

4try: 

5 # Keep backwards compatibility for Packages. 

6 from lsst.utils.packages import * 

7except ImportError: 

8 pass