Skip to content

Commit c1c8513

Browse files
committed
[Python] fix relative import for python 3
1 parent 53dceae commit c1c8513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
from . import wrap
2-
from wrap import Flags
2+
from .wrap import Flags

0 commit comments

Comments
 (0)