aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests/MyRule/Rule
diff options
context:
space:
mode:
Diffstat (limited to 'tests/MyRule/Rule')
-rw-r--r--tests/MyRule/Rule/ThePool.py2
-rw-r--r--tests/MyRule/Rule/wiki.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/MyRule/Rule/ThePool.py b/tests/MyRule/Rule/ThePool.py
index c3c01317..fb1d2500 100644
--- a/tests/MyRule/Rule/ThePool.py
+++ b/tests/MyRule/Rule/ThePool.py
@@ -1,4 +1,4 @@
-from HydroRollCore import Rule
+from infini import Rule
from .wiki import Wiki
diff --git a/tests/MyRule/Rule/wiki.py b/tests/MyRule/Rule/wiki.py
index 8cff35cf..3cf93c2f 100644
--- a/tests/MyRule/Rule/wiki.py
+++ b/tests/MyRule/Rule/wiki.py
@@ -1,4 +1,4 @@
-from HydroRollCore.rule import WikiModel
+from infini.rule import WikiModel
class Wiki(WikiModel):