diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-02-03 14:11:00 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-02-03 14:11:00 -0800 |
commit | c7090c52de983746cbccfcb8213d1d18132ae5f2 (patch) | |
tree | 2953eb943e73e514ae393c3e6fd5941782725544 /sites/www | |
parent | 792cfe0cf65b1ad45cea36e76c3be3d7535c47d7 (diff) | |
parent | 36abefdac05a1f764e7da0f258b5303b87384192 (diff) |
Merge branch '1.11' into 1.12
Diffstat (limited to 'sites/www')
-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' |