blob: e308ac6e2788b70e6ae985407b70ada600cb0a4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
https://bugs.gentoo.org/show_bug.cgi?id=423817
--- dwarves-1.10/ostra/ostra-cg
+++ dwarves-1.10/ostra/ostra-cg
@@ -10,7 +10,9 @@
# under the terms of version 2 of the GNU General Public License as
# published by the Free Software Foundation.
-import sys, datetime, os, ostra
+import sys
+sys.path.insert(0, "/usr/share/dwarves/runtime/python")
+import datetime, os, ostra
class_def = None
|