forked from openlp/openlp
fixed import
This commit is contained in:
parent
f0da7465e8
commit
d9afa35b9f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user