gdb: Import print_function for using python3 30/230430/1 accepted/tizen/unified/20200415.121423 submit/tizen/20200413.123659
authorGilbok Lee <gilbok.lee@samsung.com>
Fri, 10 Apr 2020 03:20:58 +0000 (12:20 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Fri, 10 Apr 2020 03:21:08 +0000 (12:21 +0900)
Change-Id: I46449697102d388580c0f4da4b861463f359a17e

libs/gst/helpers/gst_gdb.py

index 75ccc6d..64b4dd2 100644 (file)
@@ -18,6 +18,7 @@
 # Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
 # Boston, MA 02110-1301, USA.
 
+from __future__ import print_function
 import gdb
 import sys
 import re