From e60df41736efca565ce118d4cb6ca0eaced0261f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 2 Jul 2009 07:37:33 +0000 Subject: - Added a "Resources" chapter to the narrative documentation which explains how to override resources within one package from another package. --- docs/glossary.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/glossary.rst') 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 `_ + 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. -- cgit v1.2.3