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