示例#1
0
 def __init__(self):
     HTTPServlet.__init__(self)
     
     self.blogDirectory = WeblogDirectory("../blogs.xml")    
     self.mutex = RLock()
示例#2
0
文件: Main.py 项目: kstaken/Syncato
 def __init__(self):
     HTTPServlet.__init__(self)
     
     self.mutex = RLock()
示例#3
0
 def __init__(self):
     HTTPServlet.__init__(self)
     self.weblog = Weblog("../config")