core: split module code
* split base and interface classes for Module into separate files. * fix some imports Change-Id: I92035863f138849c683bab9190df96a82b86143a Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/31697 Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de> Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de> Reviewed-by: Alexander Zaft <a.zaft@fz-juelich.de>
This commit is contained in:
@@ -27,7 +27,7 @@ import pytest
|
||||
|
||||
from frappy.datatypes import BoolType, FloatRange, IntRange
|
||||
from frappy.errors import ProgrammingError
|
||||
from frappy.modules import HasAccessibles
|
||||
from frappy.modulebase import HasAccessibles
|
||||
from frappy.params import Command, Parameter
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user