Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/dwarves/files: dwarves-1.10-python-import.patch
Date: Sun, 03 Mar 2013 15:12:48
Message-Id: 20130303151244.2A5802171E@flycatcher.gentoo.org
1 hasufell 13/03/03 15:12:44
2
3 Added: dwarves-1.10-python-import.patch
4 Log:
5 fix bug 423817
6
7 (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.1 dev-util/dwarves/files/dwarves-1.10-python-import.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwarves/files/dwarves-1.10-python-import.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwarves/files/dwarves-1.10-python-import.patch?rev=1.1&content-type=text/plain
14
15 Index: dwarves-1.10-python-import.patch
16 ===================================================================
17 https://bugs.gentoo.org/show_bug.cgi?id=423817
18
19 --- dwarves-1.10/ostra/ostra-cg
20 +++ dwarves-1.10/ostra/ostra-cg
21 @@ -10,7 +10,9 @@
22 # under the terms of version 2 of the GNU General Public License as
23 # published by the Free Software Foundation.
24
25 -import sys, datetime, os, ostra
26 +import sys
27 +sys.path.insert(0, "/usr/share/dwarves/runtime/python")
28 +import datetime, os, ostra
29
30 class_def = None