mirror of
git://sourceware.org/git/libabigail.git
synced 2025-01-31 05:41:38 +00:00
update-test-output.py: Update syntax
* tests/update-test-output.py: Update syntax for python3. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
b7ad7f2b2d
commit
b4ec62929c
@ -31,7 +31,7 @@ def main():
|
||||
try:
|
||||
opts, args = getopt.getopt(sys.argv[1:], "hi", ["help"])
|
||||
except getopt.GetoptError as err:
|
||||
print str(err)
|
||||
print(str(err))
|
||||
display_usage()
|
||||
|
||||
for opt, arg in opts:
|
||||
|
Loading…
Reference in New Issue
Block a user