Skip to content

Commit

Permalink
Fix import of xspress3 to be from nslsii
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Oct 27, 2021
1 parent 4b976c4 commit 10dd6a8
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 10dd6a8

Please sign in to comment.