From 28d0696beaad18624255d631ff997dd4ac69f182 Mon Sep 17 00:00:00 2001 From: Aymeric Vincent Date: Thu, 5 Jan 2017 16:45:17 +0100 Subject: use python2 as executable name, give adequate permissions --- example/jitter/example_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 example/jitter/example_types.py (limited to 'example/jitter/example_types.py') diff --git a/example/jitter/example_types.py b/example/jitter/example_types.py old mode 100644 new mode 100755 index c37c3b84..7ed964c2 --- 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 -- cgit 1.4.1