Skip to content

Commit

Permalink
Added missing __all__ to testCamera.py
Browse files Browse the repository at this point in the history
  • Loading branch information
r-owen committed Aug 20, 2016
1 parent 2f6df39 commit d36b942
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/lsst/obs/test/testCamera.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
from lsst.afw.cameraGeom import NullLinearityType
from lsst.afw.cameraGeom.cameraFactory import makeDetector

__all__ = ["TestCamera"]


class TestCamera(cameraGeom.Camera):
"""A simple test Camera
Expand Down

0 comments on commit d36b942

Please sign in to comment.