Skip to content

Commit

Permalink
Merge pull request #8 from NSLS-II-HXN/change-xspress3-imports
Browse files Browse the repository at this point in the history
Fix import of xspress3 to be from `nslsii`
  • Loading branch information
dmgav authored Nov 4, 2021
2 parents 4b976c4 + 10dd6a8 commit 8fae87c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hxnfly/fly.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from ophyd.device import Staged
from ophyd.areadetector import FilePlugin

from hxntools.detectors import Xspress3Detector
from nslsii.detectors.xspress3 import Xspress3Detector
from hxntools.shutter import (shutter_open, shutter_close)

from . import SCRIPT_PATH
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
bluesky
databroker
ophyd
IPython
nslsii
numpy
ophyd
pandas
pyepics
scipy

0 comments on commit 8fae87c

Please sign in to comment.