Skip to content

Commit

Permalink
Merge pull request #120 from lsst/tickets/DM-21855
Browse files Browse the repository at this point in the history
DM-21855: Move daf.butler.instrument to obs_base
  • Loading branch information
parejkoj committed Nov 9, 2019
2 parents c69d46e + 9e7053e commit c381ef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/lsst/obs/decam/instrument.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import os

from lsst.afw.cameraGeom import makeCameraFromPath, CameraConfig
from lsst.daf.butler.instrument import Instrument
from lsst.obs.base import Instrument
from lsst.obs.decam.decamFilters import DECAM_FILTER_DEFINITIONS

from lsst.utils import getPackageDir
Expand Down
2 changes: 1 addition & 1 deletion tests/test_instrument.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import unittest

import lsst.utils.tests
from lsst.daf.butler.instrument_tests import InstrumentTests, InstrumentTestData
from lsst.obs.base.instrument_tests import InstrumentTests, InstrumentTestData
import lsst.obs.decam


Expand Down

0 comments on commit c381ef5

Please sign in to comment.