mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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
|
import functools
|
||||||
|
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
from os import getenv
|
|
||||||
from sys import platform, stdin
|
from sys import platform, stdin
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -15,6 +14,7 @@ from pelican import signals
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
class Page(object):
|
class Page(object):
|
||||||
"""Represents a page
|
"""Represents a page
|
||||||
Given a content, and metadata, create an adequate object.
|
Given a content, and metadata, create an adequate object.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue