adityarathod / pyandoc

Python wrapper for Pandoc—the universal document converter.
https://pypi.python.org/pypi/pyandoc/
MIT License
213 stars 32 forks source link

Fix PANDOC_PATH issues #8

Closed OiNutter closed 11 years ago

OiNutter commented 11 years ago

I've added a module level method that sets the PANDOC_PATH as using the PANDOC_PATH = 'blah' method wasn't working as described in #5. I've also set the default PANDOC_PATH to just pandoc as discussed in #3

OiNutter commented 11 years ago

Closing this as changes have been merged to yoavram's pull request #7