updated module import statements. not sure how I missed these before.
[monitor.git] / template.py
index 2e9150b..430d7cf 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 
 
-import emailTxt
+from monitor.wrapper import emailTxt
 class Type:
        def __init__(self, value):
                self.value = value