Skip to content

Commit

Permalink
Added missing ITemplateProvider method.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar committed Mar 20, 2011
1 parent a5658b5 commit 0e1ce5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions listmilestones/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ def expand_macro(self, formatter, name, content):
def get_templates_dirs(self):
from pkg_resources import resource_filename
return [resource_filename(__name__, 'templates')]

def get_htdocs_dirs(self):
return []

0 comments on commit 0e1ce5d

Please sign in to comment.