dgpe help: packagified the help folder.

--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40252
This commit is contained in:
hsoft 2009-12-15 11:34:21 +00:00
parent 6724e710d8
commit 2f153003b3
2 changed files with 3 additions and 5 deletions

0
pe/help/__init__.py Normal file
View File

View File

@ -5,10 +5,8 @@
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
import os
from hsdocgen import generate_help, filters
tix = filters.tixgen("https://hardcoded.lighthouseapp.com/projects/31699-dupeguru/tickets/{0}")
generate_help.main('.', 'dupeguru_pe_help', force_render=True, tix=tix)
def generate(windows=False):
tix = filters.tixgen("https://hardcoded.lighthouseapp.com/projects/31699-dupeguru/tickets/{0}")
generate_help.main('.', 'dupeguru_pe_help', force_render=True, tix=tix, windows=windows)