Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Aug 20, 2015
1 parent 02761bc commit 966b7ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nikola/plugins/template/mako.py
Expand Up @@ -66,7 +66,6 @@ def get_deps(self, filename):
keyword = getattr(n, 'keyword', None)
if keyword in ["inherit", "namespace"] or isinstance(n, parsetree.IncludeTag):
deps.append(n.attributes['file'])
# TODO: include tags are not handled
return deps

def set_directories(self, directories, cache_folder):
Expand Down

0 comments on commit 966b7ab

Please sign in to comment.