Fix gdbclient to work with Python 3.

Test: gdbclient.py -r date
Change-Id: I10616c197dd50fe653e56c2e4c39e2371445c72b
This commit is contained in:
Elliott Hughes
2021-06-23 18:00:46 -07:00
parent f051c6f342
commit 17de6ce9ce
2 changed files with 7 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (C) 2015 The Android Open Source Project
#