diff options
| author | Valentin Brandl <vbrandl@riseup.net> | 2018-12-25 11:50:41 +0100 |
|---|---|---|
| committer | Valentin Brandl <vbrandl@riseup.net> | 2018-12-25 11:50:41 +0100 |
| commit | 8541e4ed92cb96bf3e0c2161b961f773019e3125 (patch) | |
| tree | 75cf12652520af4567c114542b2577548da5d8b6 | |
| parent | 439eacecd16587bf0df8fd097b8c13677326b9f3 (diff) | |
| download | miasm-8541e4ed92cb96bf3e0c2161b961f773019e3125.tar.gz miasm-8541e4ed92cb96bf3e0c2161b961f773019e3125.zip | |
Make python version explicit
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py index f85dd350..7b0fb86d 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python2 from distutils.core import setup, Extension from distutils.util import get_platform |