mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-11 17:00:49 +00:00
Update captch(-old)?.py shebang to python 3
Bug: T268468 Change-Id: I9e3918939365a3142772627a192b0d92be7d7000
This commit is contained in:
parent
cfede61c46
commit
3b477b543d
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
#
|
||||
# Script to generate distorted text images for a captcha system.
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
#
|
||||
# Script to generate distorted text images for a captcha system.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue