fixed some relative imports, thanks steve.van.christen

This commit is contained in:
mdipierro
2017-07-10 03:13:12 -05:00
parent da5543f62e
commit b0a01ef720
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -20,8 +20,8 @@
# YOU CAN COPY THIS FILE TO ANY APPLICATION'S ROOT DIRECTORY WITHOUT CHANGES!
# ----------------------------------------------------------------------------------------------------------------------
from fileutils import abspath
from languages import read_possible_languages
from gluon.fileutils import abspath
from gluon.languages import read_possible_languages
possible_languages = read_possible_languages(abspath('applications', app))
# ----------------------------------------------------------------------------------------------------------------------