Merge pull request #407 from tbunnyman/fix_publisconf

Small change to fix #406
This commit is contained in:
Alexis Metaireau 2012-07-13 09:12:27 -07:00
commit f4ab1b2cd0

View file

@ -1,6 +1,8 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*- #
import sys
sys.path.append('.')
from pelicanconf import *
SITEURL = '$siteurl'