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.__init__', 'gluon.admin', 'gluon...
  python_version = '2.7'
  alert_dependency = ['hashlib', 'uuid']
  py26_deprecated = ['mhlib', 'multifile', 'mimify', 'sets', 'Mi...
  py27_deprecated = []
  base_modules = ['filecmp', 'heapq', 'code', 'email.iterators',...
  __package__ = 'gluon'
  __warningregistry__ = {('The compiler package is deprecated an...
  candidate = 'gluon.contrib.simplejson.tool'
  dirs = []
  files = ['__init__.py', 'coverage.ini', 'test_cache.py', 'test...
  module = 'gluon.contrib.simplejson.tool'
  name = 'tests_markmin.py'
  root = 'gluon/tests'
Variables Details [hide private]

contributed_modules

Value:
['gluon.__init__',
 'gluon.admin',
 'gluon.cache',
 'gluon.cfs',
 'gluon.compileapp',
 'gluon.contenttype',
 'gluon.custom_import',
 'gluon.dal',
...

py26_deprecated

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

base_modules

Value:
['filecmp',
 'heapq',
 'code',
 'email.iterators',
 'audioop',
 'functools',
 'random',
 'email.mime.text',
...

__warningregistry__

Value:
{('The compiler package is deprecated and removed in Python 3.x.',
  <type 'exceptions.DeprecationWarning'>,
  102): True}

files

Value:
['__init__.py',
 'coverage.ini',
 'test_cache.py',
 'test_contribs.py',
 'test_dal.py',
 'test_dal_nosql.py',
 'test_html.py',
 'test_http.py',
...