1d6e2ae415
move from FrappyNone.createDevices(which is not called in simulation) to FrappyNode.makeDynamicDevices
6 lines
150 B
Python
6 lines
150 B
Python
import sys
|
|
# for frappy and linsetools:
|
|
for path in '/sq_sw/linse/frappy', '/sq_sw/linse':
|
|
if path not in sys.path:
|
|
sys.path.append(path)
|