コード例 #1
0
ファイル: base.py プロジェクト: cewing/quills.app
 def getWeblog(self):
     locator = IWeblogLocator(self.context)
     weblog = locator.find()
     return weblog
コード例 #2
0
ファイル: weblogview.py プロジェクト: cewing/quills.app
 def getWeblog(self):
     """Return the weblog object.
     """
     locator = IWeblogLocator(self.context)
     return locator.find()