summaryrefslogtreecommitdiffstats
path: root/silpa/services.py
diff options
context:
space:
mode:
Diffstat (limited to 'silpa/services.py')
-rwxr-xr-xsilpa/services.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/silpa/services.py b/silpa/services.py
new file mode 100755
index 0000000..962afac
--- /dev/null
+++ b/silpa/services.py
@@ -0,0 +1,7 @@
+#!/home/smcweb/bin/python
+# -*- coding: utf-8 -*-
+from common import *
+from utils import *
+from jsonrpc import handleCGI,ServiceHandler
+if __name__ == "__main__":
+ handleCGI()