Add help directly to publishconf.py

This commit is contained in:
Wraithan (Chris McDonald) 2013-03-21 03:33:32 -07:00
commit 5fcb18ea60

View file

@ -1,6 +1,9 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*- #
# This file is only used if you use `make publish` or
# explicitly specify it as your config file.
import sys
sys.path.append('.')
from pelicanconf import *