|
|
@@ -2,11 +2,11 @@ import pickle, sys, os |
|
|
|
import numpy as np |
|
|
|
import datetime as dt |
|
|
|
from .handlers import translateUIToHardware # TODO: Fix weird dependency (up to Rob). |
|
|
|
from .handlers import hardwareVariables # TODO: Fix weird dependency (up to Rob). |
|
|
|
# from .handlers import hardwareVariables # TODO: Fix weird dependency (up to Rob). |
|
|
|
|
|
|
|
# HACK: handlers.modname is _NOT_ idenfified as modname |
|
|
|
sys.modules['translateUIToHardware'] = translateUIToHardware |
|
|
|
sys.modules['hardwareVariables'] = hardwareVariables |
|
|
|
# sys.modules['hardwareVariables'] = hardwareVariables |
|
|
|
|
|
|
|
class ProtocolHandler: |
|
|
|
""" |