diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-07-14 16:27:18 -0500 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-07-14 16:27:18 -0500 |
| commit | 56e601cb758347262fb2dcc3e980fe50dfeeb9f2 (patch) | |
| tree | 95ea80459d8ad358fba5d0058816b6ee81e3f720 /docs/conf.py | |
| parent | 3326f48e9871dc9e19b516e7541a70e6aa329e74 (diff) | |
| parent | faada0612d8e8580a2a932626c8972b7c2a4ef59 (diff) | |
| download | nova-56e601cb758347262fb2dcc3e980fe50dfeeb9f2.tar.gz nova-56e601cb758347262fb2dcc3e980fe50dfeeb9f2.tar.xz nova-56e601cb758347262fb2dcc3e980fe50dfeeb9f2.zip | |
Merge of DHCP changes including dnsmasq callbacks
Conflicts:
nova/utils.py
Diffstat (limited to 'docs/conf.py')
| -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 |
