mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Sort imports and remove trailing whitespaces
This commit is contained in:
parent
821fa5460b
commit
9cced6be83
9 changed files with 93 additions and 88 deletions
|
|
@ -4,8 +4,9 @@ try:
|
|||
except ImportError, e:
|
||||
import unittest as unittest2
|
||||
|
||||
import os
|
||||
import datetime
|
||||
import os
|
||||
|
||||
from pelican import readers
|
||||
|
||||
CUR_DIR = os.path.dirname(__file__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue