fixed import

This commit is contained in:
Andreas Preikschat 2013-03-26 20:57:16 +01:00
parent f0da7465e8
commit d9afa35b9f
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ import socket
import urllib
from HTMLParser import HTMLParseError
from BeautifulSoup from bs4 import BeautifulSoup, NavigableString, Tag
from bs4 import BeautifulSoup, NavigableString, Tag
from openlp.core.lib import Registry, translate
from openlp.core.lib.ui import critical_error_message_box