diff options
Diffstat (limited to 'example/jitter/msp430.py')
| -rwxr-xr-x[-rw-r--r--] | example/jitter/msp430.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/jitter/msp430.py b/example/jitter/msp430.py index 89ecd930..5c8b7197 100644..100755 --- a/example/jitter/msp430.py +++ b/example/jitter/msp430.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#! /usr/bin/env python2 #-*- coding:utf-8 -*- from argparse import ArgumentParser from miasm2.analysis import debugging |