Skip to content

Resolved circular import and python 2v3 problem (?)

Marcus Oskarsson requested to merge github/fork/rhfogh/master into master

Created by: rhfogh

Two parts:

  1. removed circular import from BaseHardwareObjects, and proposed an import statement that ought to work for both Python 2 and Python3. This is tested only in Python 2; could comeone test it in Python 3?

  2. cathc-up removsal of queue_model_objects_v1 and otehr unused import statements

Merge request reports