Skip to content

Commit 1835dcc

Browse files
committed
fix test
1 parent 540e608 commit 1835dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_setupcall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ def test_setupcall():
22
"""
33
Test the call of the setup function
44
"""
5-
import jupyter_xprahtml5 as jx
5+
from .. import jupyter_xprahtml5 as jx
66

77
print("\nRunning test_setupcall...")
88
print(jx.setup_html5())

0 commit comments

Comments
 (0)