Skip to content

Commit 19fa76b

Browse files
committed
modified import statement in lxml_toolkit_object.py
1 parent e8952a5 commit 19fa76b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/impl/lxml_toolkit_object.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from web.components.html import ProxyTag
1616
from lxml.html import tostring
1717
from lxml.etree import _Element, Element, SubElement
18-
from lxml_app import LxmlApplication
18+
from .lxml_app import LxmlApplication
1919
CACHE = weakref.WeakValueDictionary()
2020

2121

0 commit comments

Comments
 (0)