about summary refs log tree commit diff stats
path: root/example/jitter/example_types.py
diff options
context:
space:
mode:
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