aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/dist.py
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-12-21 13:39:06 -0500
committerJack Lloyd <[email protected]>2017-12-21 13:39:06 -0500
commit1470ff804e3cbb76f848991c5caa448dca3b7555 (patch)
tree8944e14602269c944de4e220085d150d3d8949b3 /src/scripts/dist.py
parentdba869a82aaee74765e26b1230a038a80aa0e5a9 (diff)
Now dist script can run under python2 or python3
Diffstat (limited to 'src/scripts/dist.py')
-rwxr-xr-xsrc/scripts/dist.py2
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/)