about summary refs log tree commit diff stats
path: root/miasm2/core
diff options
context:
space:
mode:
authorAymeric Vincent <aymeric.vincent@cea.fr>2017-01-05 16:37:06 +0100
committerAymeric Vincent <aymeric.vincent@cea.fr>2017-01-05 16:37:06 +0100
commitbd075bf362ad18bffacabaae19e31f01a5922164 (patch)
tree87c91952a8b9988bf361fb052b386547130e6624 /miasm2/core
parenta5df84c008252b8d6dd560639a34edaf162f19c2 (diff)
downloadmiasm-bd075bf362ad18bffacabaae19e31f01a5922164.tar.gz
miasm-bd075bf362ad18bffacabaae19e31f01a5922164.zip
remove #! command line on files not supposed to be run at top level
Diffstat (limited to 'miasm2/core')
-rw-r--r--miasm2/core/asmbloc.py1
-rw-r--r--miasm2/core/cpu.py1
-rw-r--r--miasm2/core/parse_asm.py1
3 files changed, 0 insertions, 3 deletions
diff --git a/miasm2/core/asmbloc.py b/miasm2/core/asmbloc.py
index 730d6d7d..b68b1f1c 100644
--- a/miasm2/core/asmbloc.py
+++ b/miasm2/core/asmbloc.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 #-*- coding:utf-8 -*-
 
 import logging
diff --git a/miasm2/core/cpu.py b/miasm2/core/cpu.py
index 7a2968f9..22f4c8ab 100644
--- a/miasm2/core/cpu.py
+++ b/miasm2/core/cpu.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 #-*- coding:utf-8 -*-
 
 import re
diff --git a/miasm2/core/parse_asm.py b/miasm2/core/parse_asm.py
index b324d2cc..238306b3 100644
--- a/miasm2/core/parse_asm.py
+++ b/miasm2/core/parse_asm.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 #-*- coding:utf-8 -*-
 import re