Fix
diff --git a/templates.py b/templates.py
index 714d820..411223a 100644
--- a/templates.py
+++ b/templates.py
@@ -1,5 +1,6 @@
from jinja2 import Template
+import xmlserialize as xml
def do_render(conf):
return Template(xml.serialize(conf)).render(services=services,machine=machine)
diff --git a/test.py b/test.py
index 2d743a9..5d5e9a0 100755
--- a/test.py
+++ b/test.py
@@ -4,7 +4,6 @@ import time
import signal
from copy import copy
-import xmlserialize as xml
import discovery
from templates import do_render
from configtemplate import read_template