🎨 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

@@ -26,7 +26,7 @@ import requests
from gi.repository import Gio
from . import shared
from .check_install import check_install
from cartridges.utils.check_install import check_install
def update_values_from_data(content, values):