summaryrefslogtreecommitdiffstats
path: root/silpa/services.py
diff options
context:
space:
mode:
authorPraveen Arimbrathodiyil <pravi.a@gmail.com>2009-08-02 17:29:11 -0400
committerPraveen Arimbrathodiyil <pravi.a@gmail.com>2009-08-02 17:29:11 -0400
commited79191ad9fcc57c2244f391928f09b2fbfd45a3 (patch)
tree3b8d927ecf8ac79f76f1a3da8023b906c64659f2 /silpa/services.py
parent96c6fb9ec5e604b077ab9f770b99cc021c87d85f (diff)
parente80ef8f61fdc885553e95aba2f444fdb949e11b6 (diff)
downloadRachana.git-ed79191ad9fcc57c2244f391928f09b2fbfd45a3.tar.gz
Rachana.git-ed79191ad9fcc57c2244f391928f09b2fbfd45a3.tar.xz
Rachana.git-ed79191ad9fcc57c2244f391928f09b2fbfd45a3.zip
Merge branch 'master' of git://git.savannah.nongnu.org/smc
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()