about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorserpilliere <devnull@localhost>2012-04-15 23:18:54 +0200
committerserpilliere <devnull@localhost>2012-04-15 23:18:54 +0200
commit45612b6d6de6da22a7beecedecd5c082061ec093 (patch)
tree49f27198d10762f3d3a41bf7b45dd01d662b22a2
parentd0e0a1e4b880114dd29aaacf2c4c8ecdd3dc82d9 (diff)
parenta9a71e6200bdf9883fdfc3f4646abb11a2af52ed (diff)
downloadmiasm-45612b6d6de6da22a7beecedecd5c082061ec093.tar.gz
miasm-45612b6d6de6da22a7beecedecd5c082061ec093.zip
merge
Diffstat (limited to '')
-rwxr-xr-xmiasm/graph/graph_qt.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/miasm/graph/graph_qt.py b/miasm/graph/graph_qt.py
index 7fccc76f..7f1f6abb 100755
--- a/miasm/graph/graph_qt.py
+++ b/miasm/graph/graph_qt.py
@@ -822,6 +822,7 @@ class MainWindow(QtGui.QWidget):
             def __init__(self, k = None, data = None):
                 self.data = data
                 self.k = k
+                self.splines = []
                 if not data:
                     self.w, self.h = 80,40
                 else: