diff options
author | Jack Lloyd <[email protected]> | 2017-12-21 13:39:06 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-21 13:39:06 -0500 |
commit | 1470ff804e3cbb76f848991c5caa448dca3b7555 (patch) | |
tree | 8944e14602269c944de4e220085d150d3d8949b3 /src/scripts/dist.py | |
parent | dba869a82aaee74765e26b1230a038a80aa0e5a9 (diff) |
Now dist script can run under python2 or python3
Diffstat (limited to 'src/scripts/dist.py')
-rwxr-xr-x | src/scripts/dist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/dist.py b/src/scripts/dist.py index 1fce863d4..ba4a60048 100755 --- a/src/scripts/dist.py +++ b/src/scripts/dist.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python """ Release script for botan (https://botan.randombit.net/) |