You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/pahole/files/pahole-1.10-python-import.p...

16 lines
399 B

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