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.shell', 'gluon.widget', 'gluon.a...
  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.markmin.markmin2latex'
  dirs = []
  files = ['__init__.pyc', 'test_dal.py', 'test_router.py', 'tes...
  module = 'gluon.contrib.markmin.markmin2latex'
  name = 'test_is_url.pyc'
  root = 'gluon/tests'
Variables Details [hide private]

contributed_modules

Value:
['gluon.shell',
 'gluon.widget',
 'gluon.admin',
 'gluon.myregex',
 'gluon.languages',
 'gluon.template',
 'gluon.sqlhtml',
 'gluon.main',
...

py26_deprecated

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

base_modules

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

files

Value:
['__init__.pyc',
 'test_dal.py',
 'test_router.py',
 'test_dal.pyc',
 'test_utils.py',
 'tests.log',
 'test_router.pyc',
 'test_storage.py',
...