diff options
| author | Soren Hansen <soren.hansen@rackspace.com> | 2010-07-16 11:09:15 -0500 |
|---|---|---|
| committer | Soren Hansen <soren.hansen@rackspace.com> | 2010-07-16 11:09:15 -0500 |
| commit | 63c5ab9806aeb732dc8a8cb7b902592fb5db9363 (patch) | |
| tree | e2b930eeed60476634a14b33588aba3a179a3d09 /docs | |
| parent | 47b81061d6282c2b8173e9fc1177098d94b5a1bd (diff) | |
| parent | 3ce6ec1a83731da868c5a77c4684808a54ffd8fd (diff) | |
Merge lp:~anotherjesse/nova/remove-vendor
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 784d8c096..fb3fd1a30 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ import sys, os # documentation root, use os.path.abspath to make it absolute, like shown here. 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 + # -- General configuration ----------------------------------------------------- |
