Change shebang to #!/usr/bin/env python in prep for macOS 12.3

This commit is contained in:
Greg Neagle 2022-02-01 14:10:42 -08:00
parent 71779ab25d
commit 7a74bc37e3

View File

@ -1,7 +1,7 @@
#!/usr/bin/python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
# #
# Copyright 2021 Greg Neagle. # Copyright 2021-2022 Greg Neagle.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.