1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

appstore: fix boring relative import issue

This commit is contained in:
Alexandre Aubin 2023-09-25 21:24:25 +02:00
parent 482e70c5fa
commit 15cf6350b1

View file

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