summaryrefslogtreecommitdiffhomepage
path: root/sites/www/conf.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-02-03 14:11:03 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-02-03 14:11:03 -0800
commit9b5a0c840dcbd9e1399cc82e1130fac7094f6467 (patch)
tree776e4a9b4a172a0c3ae65ea911f601d919c2132e /sites/www/conf.py
parent04d1580962c4ff282ca770e1293a37100567c57e (diff)
parentc7090c52de983746cbccfcb8213d1d18132ae5f2 (diff)
Merge branch '1.12'
Diffstat (limited to 'sites/www/conf.py')
-rw-r--r--sites/www/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/www/conf.py b/sites/www/conf.py
index 1f11c1e2..481acdff 100644
--- a/sites/www/conf.py
+++ b/sites/www/conf.py
@@ -8,7 +8,7 @@ from shared_conf import *
# Local blog extension
sys.path.append(abspath('.'))
-extensions = ['blog']
+extensions.append('blog')
rss_link = 'http://paramiko.org'
rss_description = 'Paramiko project news'