diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-02-03 14:11:03 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-02-03 14:11:03 -0800 |
commit | 9b5a0c840dcbd9e1399cc82e1130fac7094f6467 (patch) | |
tree | 776e4a9b4a172a0c3ae65ea911f601d919c2132e /sites/www/conf.py | |
parent | 04d1580962c4ff282ca770e1293a37100567c57e (diff) | |
parent | c7090c52de983746cbccfcb8213d1d18132ae5f2 (diff) |
Merge branch '1.12'
Diffstat (limited to 'sites/www/conf.py')
-rw-r--r-- | sites/www/conf.py | 2 |
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' |