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

Module import_all

source code

This file is part of the web2py Web Framework Copyrighted by Massimo Di Pierro <mdipierro@cs.depaul.edu> License: LGPLv3 (http://www.gnu.org/licenses/lgpl.html)

This file is not strictly required by web2py. It is used for three purposes:

1) check that all required modules are installed properly 2) provide py2exe and py2app a list of modules to be packaged in the binary 3) (optional) preload modules in memory to speed up http responses

Variables [hide private]
  contributed_modules = ['gluon.myregex', 'gluon.contenttype', '...
  python_version = '2.5'
  alert_dependency = ['hashlib', 'uuid']
  py26_deprecated = ['mhlib', 'multifile', 'mimify', 'sets', 'Mi...
  py27_deprecated = []
  base_modules = ['aifc', 'anydbm', 'array', 'asynchat', 'asynco...
  candidate = 'gluon.contrib.pyrtf.Renderer'
  dirs = []
  files = ['test_router.pyc', 'test_template.py', 'test_cache.py...
  module = 'gluon.contrib.pyrtf.Renderer'
  name = 'test_utils.py'
  root = 'gluon/tests'
Variables Details [hide private]

contributed_modules

Value:
['gluon.myregex',
 'gluon.contenttype',
 'gluon.http',
 'gluon.sanitizer',
 'gluon.cache',
 'gluon.serializers',
 'gluon.decoder',
 'gluon.main',
...

py26_deprecated

Value:
['mhlib', 'multifile', 'mimify', 'sets', 'MimeWriter']

base_modules

Value:
['aifc',
 'anydbm',
 'array',
 'asynchat',
 'asyncore',
 'atexit',
 'audioop',
 'base64',
...

files

Value:
['test_router.pyc',
 'test_template.py',
 'test_cache.pyc',
 'test_html.pyc',
 'test_template.pyc',
 'test_is_url.py',
 'test_cache.py',
 'test_utils.pyc',
...