First of a series of significant changes to how monitor is organized.
[monitor.git] / web / MonitorWeb / monitorweb / controllers_local.py
diff --git a/web/MonitorWeb/monitorweb/controllers_local.py b/web/MonitorWeb/monitorweb/controllers_local.py
new file mode 100644 (file)
index 0000000..09ad5e9
--- /dev/null
@@ -0,0 +1,14 @@
+import sys
+import xmlrpclib
+import cherrypy
+import turbogears
+from datetime import datetime, timedelta
+import time
+from monitor.wrapper import plc
+import os, errno
+
+class LocalExtensions(object):
+
+       @cherrypy.expose()
+       def example(self, **keywords):
+        pass