Skip to content

Commit 151654f

Browse files
committed
fixed test imports
1 parent 8b6ab0d commit 151654f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_wikitext.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from basetest import BaseTest
2-
from wikitext import WikiSON
1+
from tests.basetest import BaseTest
2+
from wikibot3rd.wikitext import WikiSON
33

44

55
class TestWikiSON(BaseTest):

0 commit comments

Comments
 (0)