6.4 The aspen.paths object
The aspen.paths object is an instance of
aspen._configuration.Paths; it is simply a container for various paths,
all normalized and absolute:
- root
-
the website's filesystem root
- __
-
the magic directory
- lib
-
the site's local Python library
- plat
-
the local platform-specific Python library
If there is no magic directory, then __, lib, and plat are
all None. If there is, then lib and plat are added to
sys.path.
Release 0.7, documentation updated on January 15, 2007.
Aspen is copyright © 2006-2007 by Chad Whitacre and contributors, and is offered under the MIT license.