summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bugzilla-viewer.py')
-rwxr-xr-xbugzilla-viewer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bugzilla-viewer.py b/bugzilla-viewer.py
index 8a1e131..76daabf 100755
--- a/bugzilla-viewer.py
+++ b/bugzilla-viewer.py
@@ -12,6 +12,8 @@ import sys
import textwrap
import xml.etree
+sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'third_party', 'pybugz-0.9.3'))
+
import bugz.bugzilla
import portage.versions