utils_patch.diff

Chris Crook, 2010-03-22 01:53 PM

Download (497 Bytes)

View differences:

utils.py (working copy)
262 262
    helpfile = os.path.join(path,filename+"-en.html")
263 263
  if not os.path.exists(helpfile):    
264 264
    helpfile = os.path.join(path,filename+"-en_US.html")
265
  if not os.path.exists(helpfile):    
266
    helpfile = os.path.join(path,filename+".html")
265 267
  if os.path.exists(helpfile):
266 268
    url = "file://"+helpfile
267 269
    if section != "":