Skip to content

Commit

Permalink
removed unnecessary env clone for _view_environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ilvalle committed Sep 25, 2016
1 parent 576aaf6 commit b4acfd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gluon/compileapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ def build_environment(request, response, session, store_current=True):
lambda name, reload=False, app=request.application:\
local_import_aux(name, reload, app)
BaseAdapter.set_folder(pjoin(request.folder, 'databases'))
response._view_environment = copy.copy(environment)
custom_import_install()
return environment

Expand Down

0 comments on commit b4acfd0

Please sign in to comment.