Example #1
0
 def __init__(self):
     HTTPServlet.__init__(self)
     
     self.blogDirectory = WeblogDirectory("../blogs.xml")    
     self.mutex = RLock()
Example #2
0
 def __init__(self):
     HTTPServlet.__init__(self)
     
     self.mutex = RLock()
Example #3
0
 def __init__(self):
     HTTPServlet.__init__(self)
     self.weblog = Weblog("../config")