summaryrefslogtreecommitdiffstats
path: root/silpa/services.py
diff options
context:
space:
mode:
authorSanthosh Thottingal <santhosh.thottingal@gmail.com>2009-07-19 18:32:04 +0530
committerSanthosh Thottingal <santhosh.thottingal@gmail.com>2009-07-19 18:32:04 +0530
commitc8a17ee264a269a59651936b34a960f4d40a9074 (patch)
tree3b2b21be4668f50a5c5f307c89e42323b8a8c292 /silpa/services.py
parent05f7f938168f9b3195c9b101f4b98f298ab2e981 (diff)
downloadRachana.git-c8a17ee264a269a59651936b34a960f4d40a9074.tar.gz
Rachana.git-c8a17ee264a269a59651936b34a960f4d40a9074.tar.xz
Rachana.git-c8a17ee264a269a59651936b34a960f4d40a9074.zip
JSON RPC Based new architecture and corresponding changes
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()