forked from github/pelican
remove old import statement
This commit is contained in:
parent
6d11f6d063
commit
a9cdf3c5a1
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ import logging
|
|||
import functools
|
||||
|
||||
from datetime import datetime
|
||||
from os import getenv
|
||||
from sys import platform, stdin
|
||||
|
||||
|
||||
|
|
@ -15,6 +14,7 @@ from pelican import signals
|
|||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class Page(object):
|
||||
"""Represents a page
|
||||
Given a content, and metadata, create an adequate object.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue