🎨 Using absolute imports

This commit is contained in:
GeoffreyCoulaud
2023-05-19 20:40:33 +02:00
parent 56c110ffa2
commit a176b33241
18 changed files with 59 additions and 70 deletions

View File

@@ -24,7 +24,7 @@ from pathlib import Path
from time import time
from . import shared
from .check_install import check_install
from cartridges.utils.check_install import check_install
def heroic_installed(path=None):