summaryrefslogtreecommitdiff
path: root/devel/py-tortoisehg/patches/patch-tortoisehg_util_paths.py
blob: 52e393f06b1db416d1a074375ec81893c19c36a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-tortoisehg_util_paths.py,v 1.2 2016/08/02 23:33:57 wiz Exp $

* include doc_path in paths

--- tortoisehg/util/paths.py.orig	2016-08-02 17:08:10.000000000 +0000
+++ tortoisehg/util/paths.py
@@ -7,9 +7,9 @@
 
 try:
     from tortoisehg.util.config import (icon_path, bin_path, license_path,
-                                        locale_path)
+                                        locale_path, doc_path)
 except ImportError:
-    icon_path, bin_path, license_path, locale_path = None, None, None, None
+    icon_path, bin_path, license_path, locale_path , doc_path = None, None, None, None, None
 
 import os, sys, shlex
 import mercurial