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:
parent
482e70c5fa
commit
15cf6350b1
1 changed files with 4 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue