#!/home/smcweb/bin/python # -*- coding: utf-8 -*- from common import * from utils import * from jsonrpc import handleCGI,ServiceHandler if __name__ == "__main__": handleCGI()