summaryrefslogtreecommitdiffstats
path: root/silpa/services.py
blob: 962afacdd6f87dbf435adec3d57ab592e38f167e (plain)
1
2
3
4
5
6
7
#!/home/smcweb/bin/python
# -*- coding: utf-8 -*-
from common import *
from utils import *
from jsonrpc import handleCGI,ServiceHandler
if __name__ == "__main__":
	handleCGI()