Skip to content

Commit

Permalink
pep257
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Dec 24, 2015
1 parent 66ffca8 commit 77f66d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nikola/nikola.py
Expand Up @@ -1295,7 +1295,6 @@ def url_replacer(self, src, dst, lang=None, url_type=None):

def _register_templated_shortcodes(self):
"""Register shortcodes provided by templates in shortcodes/ folders."""

builtin_sc_dir = resource_filename('nikola', os.path.join('data', 'shortcodes', utils.get_template_engine(self.THEMES)))
sc_dirs = [builtin_sc_dir, 'shortcodes']

Expand Down

0 comments on commit 77f66d7

Please sign in to comment.