diff --git a/retropath2_wrapper/RetroPath2.py b/retropath2_wrapper/RetroPath2.py index f07d52f..e268182 100644 --- a/retropath2_wrapper/RetroPath2.py +++ b/retropath2_wrapper/RetroPath2.py @@ -43,7 +43,7 @@ from colored import fg, bg, attr from logging import StreamHandler from csv import reader -from Args import ( +from .Args import ( DEFAULT_TIMEOUT )