mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Import not used of BeautifulSoup
This commit is contained in:
parent
71a5ba3283
commit
e097175a77
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ def wp2fields(xml):
|
||||||
|
|
||||||
def dc2fields(file):
|
def dc2fields(file):
|
||||||
"""Opens a Dotclear export file, and yield pelican fields"""
|
"""Opens a Dotclear export file, and yield pelican fields"""
|
||||||
from BeautifulSoup import BeautifulStoneSoup, BeautifulSoup
|
from BeautifulSoup import BeautifulStoneSoup
|
||||||
|
|
||||||
in_cat = False
|
in_cat = False
|
||||||
in_post = False
|
in_post = False
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue