diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-07-02 07:37:33 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-07-02 07:37:33 +0000 |
| commit | e60df41736efca565ce118d4cb6ca0eaced0261f (patch) | |
| tree | f91d47bb286ae61da85c35d3fce8556302331064 /docs/glossary.rst | |
| parent | 1eb861e0f046397715a92ed7ad7b85a2baa22b29 (diff) | |
| download | pyramid-e60df41736efca565ce118d4cb6ca0eaced0261f.tar.gz pyramid-e60df41736efca565ce118d4cb6ca0eaced0261f.tar.bz2 pyramid-e60df41736efca565ce118d4cb6ca0eaced0261f.zip | |
- Added a "Resources" chapter to the narrative documentation which
explains how to override resources within one package from another
package.
Diffstat (limited to 'docs/glossary.rst')
| -rw-r--r-- | docs/glossary.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst index 3abe31ea6..46b94d62d 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -24,6 +24,9 @@ Glossary non-Python-source that lives in a Python package can be considered a resource file. See also `PkgResources <http://peak.telecommunity.com/DevCenter/PkgResources>`_ + Resource + Any file contained within a Python :term:`package` which is *not* + a Python source code file. Package A directory on disk which contains an ``__init__.py`` file, making it recognizable to Python as a location which can be ``import`` -ed. |
