parent
0fbca2e202
commit
2a2aa9b8b8
@ -1,25 +0,0 @@
|
|||||||
From baf98cf3c7923d7a89a7f5facbaa02669b1a0245 Mon Sep 17 00:00:00 2001
|
|
||||||
From: David Tardon <dtardon@redhat.com>
|
|
||||||
Date: Sat, 26 Dec 2015 11:20:32 +0100
|
|
||||||
Subject: [PATCH] fix import statement
|
|
||||||
|
|
||||||
---
|
|
||||||
data/gdb/librevenge/util/printing.py | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/data/gdb/librevenge/util/printing.py b/data/gdb/librevenge/util/printing.py
|
|
||||||
index 6187d21..19ec29a 100644
|
|
||||||
--- a/data/gdb/librevenge/util/printing.py
|
|
||||||
+++ b/data/gdb/librevenge/util/printing.py
|
|
||||||
@@ -18,7 +18,7 @@ from collections import Mapping
|
|
||||||
import gdb
|
|
||||||
import re
|
|
||||||
|
|
||||||
-from compatibility import use_gdb_printing
|
|
||||||
+from librevenge.util.compatibility import use_gdb_printing
|
|
||||||
|
|
||||||
class SimplePrinter(object):
|
|
||||||
|
|
||||||
--
|
|
||||||
2.5.0
|
|
||||||
|
|
Loading…
Reference in new issue