From 4e3224c012df9f74f010eb92203520515e8537b9 Mon Sep 17 00:00:00 2001 From: Dererk Date: Wed, 11 Nov 2015 16:34:34 -0300 Subject: Imported Upstream version 7.7.3 --- nikola/plugins/misc/scan_posts.py | 1 - 1 file changed, 1 deletion(-) (limited to 'nikola/plugins/misc/scan_posts.py') diff --git a/nikola/plugins/misc/scan_posts.py b/nikola/plugins/misc/scan_posts.py index 1f4f995..9db4533 100644 --- a/nikola/plugins/misc/scan_posts.py +++ b/nikola/plugins/misc/scan_posts.py @@ -37,7 +37,6 @@ from nikola.post import Post class ScanPosts(PostScanner): - """Scan posts in the site.""" name = "scan_posts" -- cgit v1.2.3