Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Alsina committed Jul 24, 2017
1 parent ca6c934 commit 0c3f7c9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nikola/plugins/shortcode/listing.py
Expand Up @@ -23,9 +23,6 @@ class Plugin(ShortcodePlugin):
def set_site(self, site):
"""Set Nikola site."""
self.site = site
# Even though listings don't use CodeBlock anymore, I am
# leaving these to make the code directive work with
# docutils < 0.9
Plugin.folders = site.config['LISTINGS_FOLDERS']
return super(Plugin, self).set_site(site)

Expand Down

0 comments on commit 0c3f7c9

Please sign in to comment.