Coverage for python/lsst/pipe/__init__.py: 67%

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  

1import pkgutil 

2 

3try: 

4 import lsstimport 

5except ImportError: 

6 # Not generally needed. 

7 pass 

8 

9__path__ = pkgutil.extend_path(__path__, __name__)