Package web2py :: Package gluon :: Module settings
[hide private]
[frames] | no frames]

Source Code for Module web2py.gluon.settings

 1  """ 
 2  This file is part of the web2py Web Framework 
 3  Copyrighted by Massimo Di Pierro <mdipierro@cs.depaul.edu> 
 4  License: LGPLv3 (http://www.gnu.org/licenses/lgpl.html) 
 5  """ 
 6   
 7  from storage import Storage 
 8   
 9  global_settings = Storage() 
10  settings = global_settings  # legacy compatibility 
11