예제 #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")