- reorganize imports and remove unused import

- remove trailing spaces at the end of the generated files
This commit is contained in:
Andrea Crotti 2012-03-14 20:04:58 +00:00
commit ec31832c5c

View file

@ -1,7 +1,10 @@
#!/usr/bin/env python #!/usr/bin/env python
# -*- coding: utf-8 -*- # # -*- coding: utf-8 -*- #
import os, sys, argparse, string import os
import string
import argparse
from pelican import __version__ from pelican import __version__
TEMPLATES = { TEMPLATES = {
@ -87,8 +90,6 @@ SOCIAL = (
) )
DEFAULT_PAGINATION = $default_pagination DEFAULT_PAGINATION = $default_pagination
''' '''
} }