fixed admin imports

This commit is contained in:
mdipierro
2016-08-01 05:02:52 -05:00
parent 4bb261ec15
commit a45bffc908
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,10 +1,10 @@
import base64
import os
import time
from gluon import portalocker
from gluon.admin import apath
from gluon.fileutils import read_file
from gluon.utils import web2py_uuid
from pydal.contrib import portalocker
# ###########################################################
# ## make sure administrator is on localhost or https
# ###########################################################