Skip to content

Commit 77f66d7

Browse files
committedDec 24, 2015
pep257
1 parent 66ffca8 commit 77f66d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎nikola/nikola.py

-1
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,6 @@ def url_replacer(self, src, dst, lang=None, url_type=None):
12951295

12961296
def _register_templated_shortcodes(self):
12971297
"""Register shortcodes provided by templates in shortcodes/ folders."""
1298-
12991298
builtin_sc_dir = resource_filename('nikola', os.path.join('data', 'shortcodes', utils.get_template_engine(self.THEMES)))
13001299
sc_dirs = [builtin_sc_dir, 'shortcodes']
13011300

0 commit comments

Comments
 (0)
Please sign in to comment.