2
0
mirror of https://github.com/mozilla/cipherscan.git synced 2024-09-28 23:53:41 +02:00

move shebang to python2

This commit is contained in:
Tim Meusel 2015-01-02 23:49:06 +01:00
parent a90fc8bc58
commit c36a4e2905

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python2
# This Source Code Form is subject to the terms of the Mozilla Public # This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this # License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.