mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
- reorganize imports and remove unused import
- remove trailing spaces at the end of the generated files
This commit is contained in:
parent
71a5ba3283
commit
ec31832c5c
1 changed files with 7 additions and 6 deletions
|
|
@ -1,7 +1,10 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*- #
|
||||
|
||||
import os, sys, argparse, string
|
||||
import os
|
||||
import string
|
||||
import argparse
|
||||
|
||||
from pelican import __version__
|
||||
|
||||
TEMPLATES = {
|
||||
|
|
@ -87,8 +90,6 @@ SOCIAL = (
|
|||
)
|
||||
|
||||
DEFAULT_PAGINATION = $default_pagination
|
||||
|
||||
|
||||
'''
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue