Skip to content

Commit 35518c1

Browse files
committed
Use absolute import
1 parent 336185f commit 35518c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tap2junit/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
import platform
44
from junit_xml import TestSuite, TestCase
5-
from .tap13 import TAP13 as tap13
5+
from tap2junit.tap13 import TAP13 as tap13
66

77

88
def map_yaml_to_junit(test):

0 commit comments

Comments
 (0)