diff options
| author | Joshua McKenty <jmckenty@joshua-mckentys-macbook-pro.local> | 2010-07-07 12:15:11 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-07-07 12:15:11 -0700 |
| commit | dbe324f7254dd3e01de44bb908150fb8397fe118 (patch) | |
| tree | 7b2949e0f04402f936553622b2c84e682476ac25 /docs | |
| parent | b7ea2f70581f6acd927ea7b65adaffeeb4b8d2ba (diff) | |
| download | nova-dbe324f7254dd3e01de44bb908150fb8397fe118.tar.gz nova-dbe324f7254dd3e01de44bb908150fb8397fe118.tar.xz nova-dbe324f7254dd3e01de44bb908150fb8397fe118.zip | |
Got dhcpleasor working, with test ENV for testing, and rpc.cast for real world.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 9dfdfc8be..bc61f438c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ import sys, os # 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 # documentation root, use os.path.abspath to make it absolute, like shown here. -#sys.path.append(os.path.abspath('.')) +sys.path.append(os.path.abspath('/Users/jmckenty/Projects/cc')) sys.path.append([os.path.abspath('../nova'),os.path.abspath('../'),os.path.abspath('../vendor')]) from nova import vendor |
