From 2e98bd8bdfa63b7d261211ba6f34e0d83de7e548 Mon Sep 17 00:00:00 2001 From: Alistair Magee Date: Sat, 25 Jan 2014 20:14:49 +0000 Subject: [PATCH] remove uneeded imports --- custom_article_urls/custom_article_urls.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/custom_article_urls/custom_article_urls.py b/custom_article_urls/custom_article_urls.py index b1c8563..7b8a4e8 100644 --- a/custom_article_urls/custom_article_urls.py +++ b/custom_article_urls/custom_article_urls.py @@ -8,10 +8,7 @@ using a dictionary stored in pelican settings file as {category: {article_url_structure: stirng, article_save_as: string}} """ from pelican import signals -from pelican import contents - from pelican.contents import Content, Category -from functools import partial from six import text_type def recursive_name(self):