summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Generators/myri.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Server/Generators/myri.py')
-rw-r--r--src/lib/Server/Generators/myri.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Server/Generators/myri.py b/src/lib/Server/Generators/myri.py
index 0f0f8c81c..63d907514 100644
--- a/src/lib/Server/Generators/myri.py
+++ b/src/lib/Server/Generators/myri.py
@@ -2,8 +2,8 @@
from socket import getaddrinfo
-from Generator import Generator
-from Types import ConfigFile
+from Bcfg2.Server.Generator import Generator
+from Bcfg2.Server.Types import ConfigFile
class myri(Generator):
__name__ = 'myri'