Skip to content

Commit

Permalink
Utilities: make print() in gdb script work on all version of Python
Browse files Browse the repository at this point in the history
Signed-off-by: Eelco Chaudron <echaudro@redhat.com>
Signed-off-by: William Tu <u9012063@gmail.com>
  • Loading branch information
chaudron authored and williamtu committed Apr 21, 2020
1 parent 9255115 commit cda22c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utilities/gdb/ovs_gdb.py
Expand Up @@ -55,6 +55,7 @@
# ...
# ...
#
from __future__ import print_function
import gdb
import sys
import uuid
Expand Down

0 comments on commit cda22c6

Please sign in to comment.