~justizin/meteor/cmfin

« back to all changes in this revision

Viewing changes to src/meteor/view.py

  • Committer: justizin
  • Date: 2009-03-30 20:48:45 UTC
  • Revision ID: justizin@athens-20090330204845-yulyfeewpdstxcvb
apply AGPL copyright, slight adjustments in types view.

Show diffs side-by-side

added added

removed removed

Lines of Context:
256
256
    grok.name('types')
257
257
    grok.require('meteor.ManageContent')
258
258
 
259
 
    def getDocOfApp(self, apppath, headonly = True):
 
259
    def getDocOfType(self, apppath, headonly = True):
260
260
        doctor = docgrok.docgrok_handle(apppath)
261
261
        result = doctor.getDoc(headonly)
262
262
        if result is None: