Small change to fix #406

This commit is contained in:
tBunnyMan 2012-07-07 16:59:58 -07:00
commit a1f27d9189

View file

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