Move displayscreen to the general utility directory "instrument/util"
This commit is contained in:
@@ -9,8 +9,10 @@ from twisted.python import log, usage
|
||||
from Lakeshore336 import Lakeshore336 as MYBASE
|
||||
from LakeshoreFactory import LakeshoreFactory
|
||||
from LakeshoreProtocol import LakeshoreProtocol
|
||||
import os
|
||||
import sys
|
||||
|
||||
sys.path.insert(0, os.path.realpath(os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]),"../../../util"))))
|
||||
from displayscreen import Screen
|
||||
|
||||
class MyOptions(usage.Options):
|
||||
|
||||
Reference in New Issue
Block a user