瀏覽代碼

remove uneeded imports

Alistair Magee 11 年之前
父節點
當前提交
2e98bd8bdf
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      custom_article_urls/custom_article_urls.py

+ 0 - 3
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):