Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
MNT #148 rename
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Feb 11, 2020
1 parent 8c959a6 commit f6d330e
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion profile_bluesky/startup/instrument/console_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

logger.info("bluesky framework")

from .startup import *
from .framework import *
from .devices import *
# TODO:
# from .plans import *
Expand Down
2 changes: 1 addition & 1 deletion profile_bluesky/startup/instrument/devices/aps_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

import apstools.devices

from ..startup.framework import sd
from ..framework.initialize import sd


aps = apstools.devices.ApsMachineParametersDevice(name="aps")
Expand Down
2 changes: 1 addition & 1 deletion profile_bluesky/startup/instrument/devices/pss.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
logger.info(__file__)

import apstools.suspenders
from instrument.startup import RE
from instrument.framework import RE
from ophyd import Component, Device, EpicsSignalRO


Expand Down
2 changes: 1 addition & 1 deletion profile_bluesky/startup/instrument/devices/shutter.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from bluesky.suspenders import SuspendFloor
from instrument.devices import aps
from instrument.devices import operations_in_8idi
from instrument.startup import RE, sd
from instrument.framework import RE, sd
from ophyd import EpicsSignal


Expand Down

0 comments on commit f6d330e

Please sign in to comment.