about summary refs log tree commit diff stats
path: root/example/jitter/example_types.py
diff options
context:
space:
mode:
authorAymeric Vincent <aymeric.vincent@cea.fr>2017-01-05 16:45:17 +0100
committerAymeric Vincent <aymeric.vincent@cea.fr>2017-01-05 16:45:17 +0100
commit28d0696beaad18624255d631ff997dd4ac69f182 (patch)
tree8215c4c2b4150e74583bc9bc7f8f234d51f8c68b /example/jitter/example_types.py
parentbd075bf362ad18bffacabaae19e31f01a5922164 (diff)
downloadmiasm-28d0696beaad18624255d631ff997dd4ac69f182.tar.gz
miasm-28d0696beaad18624255d631ff997dd4ac69f182.zip
use python2 as executable name, give adequate permissions
Diffstat (limited to 'example/jitter/example_types.py')
-rwxr-xr-x[-rw-r--r--]example/jitter/example_types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/jitter/example_types.py b/example/jitter/example_types.py
index c37c3b84..7ed964c2 100644..100755
--- a/example/jitter/example_types.py
+++ b/example/jitter/example_types.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#! /usr/bin/env python2
 """This script is just a short example of common usages for miasm2.core.types.
 For a more complete view of what is possible, tests/core/types.py covers
 most of the module possibilities, and the module doc gives useful information