Update captch(-old)?.py shebang to python 3

Bug: T268468
Change-Id: I9e3918939365a3142772627a192b0d92be7d7000
This commit is contained in:
Reedy 2020-12-01 14:16:56 +00:00
parent cfede61c46
commit 3b477b543d
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
#
# Script to generate distorted text images for a captcha system.
#

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
#
# Script to generate distorted text images for a captcha system.
#