not sure how these got past. remove monitor module references from pcucontrol.
[monitor.git] / pcucontrol / util / command.py
index 47627b4..6f112fb 100644 (file)
@@ -77,8 +77,8 @@ class CMD:
                        print "Interrupted, exiting..."
                        sys.exit(1)
                except Exception, err:
-                       from monitor.common import email_exception
-                       email_exception()
+                       #from monitor.common import email_exception
+                       #email_exception()
                        return ("", str(err))
                        
        def system(self, cmd, timeout=COMMAND_TIMEOUT*2):