Home | Trees | Indices | Help |
|
---|
|
| 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) Support for smart import syntax for web2py applications -------------------------------------------------------
|
|||
CustomImportException | |||
TrackImporter An importer tracking the date of the module files and reloading them when they are changed. |
|
|||
|
|||
|
|||
|
|||
|
|
|||
INVALID_MODULES =
|
|||
TRACK_IMPORTER = TrackImporter()
|
|||
__package__ =
|
|
web2py's custom importer. It behaves like the standard Python importer but it tries to transform import statements as something like "import applications.app_name.modules.x". If the import fails, it falls back on naive_importer |
|
INVALID_MODULES
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Mar 16 02:36:10 2014 | http://epydoc.sourceforge.net |