summaryrefslogtreecommitdiff
path: root/tools/gdb/python/watchdog.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gdb/python/watchdog.py')
-rw-r--r--tools/gdb/python/watchdog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gdb/python/watchdog.py b/tools/gdb/python/watchdog.py
index dfa57a0..6a80421 100644
--- a/tools/gdb/python/watchdog.py
+++ b/tools/gdb/python/watchdog.py
@@ -89,4 +89,4 @@ class control:
return val
def show(self):
- print self.to_string()
+ print(self.to_string())