Skip to content

Commit

Permalink
Merge pull request web2py#1520 from michele-comitini/wrong_serializer…
Browse files Browse the repository at this point in the history
…s_import

fix wrong import in default controller of admin app
  • Loading branch information
michele-comitini authored Nov 3, 2016
2 parents 6d38aa7 + 8e16308 commit 4ea3182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/admin/controllers/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -1960,7 +1960,7 @@ def git_push():

def plugins():
app = request.args(0)
from serializers import loads_json
from gluon.serializers import loads_json
if not session.plugins:
try:
rawlist = urlopen("http://www.web2pyslices.com/" +
Expand Down

0 comments on commit 4ea3182

Please sign in to comment.