Refactor patch 1

Moved setup_params to core.parameters

Change-Id: I5485b448294017eb67969b40a5875b0bae2adb2f
This commit is contained in:
Martin Magr
2013-06-18 15:02:44 +02:00
parent 0718925e13
commit 0daef4c4c9
3 changed files with 13 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
Controller class is a SINGLETON which handles all groups, params, sequences,
steps and replaces the CONF dictionary.
"""
from setup_params import Group
from .core.parameters import Group
from .core.sequences import Sequence