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.
26 lines
714 B
26 lines
714 B
9 years ago
|
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
|
||
|
|