Merge pull request #791 from wraithan/add_some_help

Add help directly to publishconf.py
This commit is contained in:
Justin Mayer 2013-03-21 05:09:02 -07:00
commit 4e5454912f

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 *