Changes between Version 17 and Version 18 of EggCookingTutorialTrac0.11


Ignore:
Timestamp:
Nov 7, 2011, 10:47:57 PM (12 years ago)
Author:
cpowell@…
Comment:

AttributeError: 'HelloWorldPlugin' object has no attribute 'get_htdocs_dirs

Legend:

Unmodified
Added
Removed
Modified
  • EggCookingTutorialTrac0.11

    v17 v18  
    202202        from pkg_resources import resource_filename
    203203        return [resource_filename(__name__, 'templates')]
     204
     205    def get_htdocs_dirs(self):
     206        return []
    204207}}}
    205208