Beispiel #1
0
 def getWeblog(self):
     locator = IWeblogLocator(self.context)
     weblog = locator.find()
     return weblog
Beispiel #2
0
 def getWeblog(self):
     """Return the weblog object.
     """
     locator = IWeblogLocator(self.context)
     return locator.find()