appstore: fix boring relative import issue

This commit is contained in:
Alexandre Aubin 2023-09-25 21:24:25 +02:00
parent 68217c7b7e
commit a79cb310ff

View file

@ -22,7 +22,10 @@ from flask import (
from flask_babel import Babel
from flask_babel import gettext as _
from github import Github, InputGitAuthor
from .utils import (
sys.path = [os.path.dirname(__file__)] + sys.path
from utils import (
get_locale,
get_catalog,
get_wishlist,