mirror of
https://github.com/YunoHost/yunodevtools.git
synced 2024-09-03 20:16:19 +02:00
appstore: fix boring relative import issue
This commit is contained in:
parent
68217c7b7e
commit
a79cb310ff
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