Import not used of BeautifulSoup

This commit is contained in:
Stéphane Raimbault 2012-03-13 02:14:38 +01:00
commit e097175a77

View file

@ -38,7 +38,7 @@ def wp2fields(xml):
def dc2fields(file):
"""Opens a Dotclear export file, and yield pelican fields"""
from BeautifulSoup import BeautifulStoneSoup, BeautifulSoup
from BeautifulSoup import BeautifulStoneSoup
in_cat = False
in_post = False