Skip to content

Commit 83cd13c

Browse files
committed
fix(main): fixed relative import
1 parent 0caedf0 commit 83cd13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sourcehold/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
args = main_parser.parse_args()
7878

79-
from .tool.convert.aiv import convert_aiv
79+
from sourcehold.tool.convert.aiv import convert_aiv
8080

8181
def main():
8282
if convert_aiv(args):

0 commit comments

Comments
 (0)