# HG changeset patch # User Chris Eldredge # Date 1344552478 -3600 # Node ID 1d3416da68e052588f4c60daa512e6a9b2031151 # Parent a1ca051886bde31c35fa5b484185d8f9d8708321 Add commented out code for working with TortoiseHg. diff -r a1ca051886bd -r 1d3416da68e0 __init__.py --- a/__init__.py Thu Aug 09 18:37:12 2012 -0400 +++ b/__init__.py Thu Aug 09 23:47:58 2012 +0100 @@ -1,5 +1,9 @@ import os import sys + +# If using TortoiseHg, obtain Python-Markdown and tell Python where to find it: +#sys.path.append("c:/python27/Lib/site-packages/markdown-2.2.0-py2.7.egg") + import markdown from mercurial.hgweb import webcommands, webutil, common from mercurial import extensions, encoding, util