summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJesse Andrews <jesse@gigantor.local>2010-07-15 11:07:40 -0500
committerJesse Andrews <jesse@gigantor.local>2010-07-15 11:07:40 -0500
commitc8fdce011092f23efd55385b45db8e6f3886beb1 (patch)
tree7f83ed5191fe1b4127232ee3bcd2ea39405e9315 /docs
parent122fe2b75f635df0aa3858d05ed6775b76a9776e (diff)
downloadnova-c8fdce011092f23efd55385b45db8e6f3886beb1.tar.gz
nova-c8fdce011092f23efd55385b45db8e6f3886beb1.tar.xz
nova-c8fdce011092f23efd55385b45db8e6f3886beb1.zip
remove import of vendor since we have PPA now
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
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 -----------------------------------------------------