1
0
Fork 0
forked from github/pelican

removed unused import

This commit is contained in:
Simon Liedtke 2011-04-24 09:24:05 -07:00 committed by Nicolas Duhamel
commit b6b7238519

1
pelican/__init__.py Executable file → Normal file
View file

@ -1,6 +1,5 @@
import argparse
import os
from functools import partial
from pelican.generators import (ArticlesGenerator, PagesGenerator,
StaticGenerator, PdfGenerator)