Skip to content

Commit

Permalink
Use Python 3 shebangs for make_unicode_*.py.
Browse files Browse the repository at this point in the history
Fixes #350.

Change-Id: I0a2b76da3a1d5190f50b34db215329b773a342cf
Reviewed-on: https://code-review.googlesource.com/c/re2/+/59550
Reviewed-by: Perry Lorier <[email protected]>
Reviewed-by: Paul Wankadia <[email protected]>
  • Loading branch information
junyer committed Jan 12, 2022
1 parent cb5bbb2 commit e5972cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion re2/make_unicode_casefold.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
# coding=utf-8
#
# Copyright 2008 The RE2 Authors. All Rights Reserved.
Expand Down
2 changes: 1 addition & 1 deletion re2/make_unicode_groups.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
# Copyright 2008 The RE2 Authors. All Rights Reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
Expand Down

0 comments on commit e5972cd

Please sign in to comment.