Skip to content

Commit 5e52aea

Browse files
committed
fix searchpath
1 parent 1835dcc commit 5e52aea

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

conftest.py

Whitespace-only changes.

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-
from .. import jupyter_xprahtml5 as jx
5+
import jupyter_xprahtml5 as jx
66

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

0 commit comments

Comments
 (0)