mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Removed useless imports
This commit is contained in:
parent
90dab85e13
commit
c699172fd6
2 changed files with 1 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ import urlparse
|
|||
from jinja2 import Environment, FileSystemLoader, PrefixLoader, ChoiceLoader
|
||||
from jinja2.exceptions import TemplateNotFound
|
||||
|
||||
from pelican.utils import copy, get_relative_path, process_translations, open
|
||||
from pelican.utils import copy, process_translations, open
|
||||
from pelican.utils import slugify
|
||||
from pelican.contents import Article, Page, is_valid_content
|
||||
from pelican.readers import read_file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue