Add commented out code for working with TortoiseHg.
    
        | author | 
        Chris Eldredge <chris.eldredge@gmail.com> | 
    
    
        | date | 
        Thu, 09 Aug 2012 23:47:58 +0100 | 
    
    
    
        | parents | 
        a1ca051886bd 
 | 
    
    
        | children | 
        8659ef2c4757
b9bf34a94aad
 | 
    
    
        | branches/tags | 
        (none) | 
    
    
        | files | 
        __init__.py  | 
    
Changes
    
--- 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