diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2009-12-30 18:17:26 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2009-12-30 18:17:26 +0000 |
commit | 70c48b2c06aba1dd8ad500b6dfc5c895a8f853f7 (patch) | |
tree | 9e2ba1c9f392251334a80393db369cc8bbc25750 /doc | |
parent | bc1d0e90c5dc5e0012373f59e90e2cccd2ddc47d (diff) | |
download | bcfg2-70c48b2c06aba1dd8ad500b6dfc5c895a8f853f7.tar.gz bcfg2-70c48b2c06aba1dd8ad500b6dfc5c895a8f853f7.tar.bz2 bcfg2-70c48b2c06aba1dd8ad500b6dfc5c895a8f853f7.zip |
examples: Update dirvish example for unified entries in 1.0
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5647 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 782e39320..52148bc16 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -11,7 +11,8 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import sys, os +import os +import sys # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the |