Skip to content

Commit c37825c

Browse files
author
frmdstryr
authored
Merge pull request #6 from vahndi/master
modified import statement in lxml_toolkit_object.py
2 parents c2b57e9 + 19fa76b commit c37825c

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)