示例#1
0
文件: base.py 项目: cewing/quills.app
 def getWeblog(self):
     locator = IWeblogLocator(self.context)
     weblog = locator.find()
     return weblog
示例#2
0
 def getWeblog(self):
     """Return the weblog object.
     """
     locator = IWeblogLocator(self.context)
     return locator.find()