about summary refs log tree commit diff stats
path: root/miasm2/os_dep
diff options
context:
space:
mode:
Diffstat (limited to 'miasm2/os_dep')
-rw-r--r--miasm2/os_dep/linux_stdlib.py1
-rw-r--r--miasm2/os_dep/win_api_x86_32_seh.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/miasm2/os_dep/linux_stdlib.py b/miasm2/os_dep/linux_stdlib.py
index 542af25f..b05b2cd9 100644
--- a/miasm2/os_dep/linux_stdlib.py
+++ b/miasm2/os_dep/linux_stdlib.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 #-*- coding:utf-8 -*-
 
 from sys import stdout
diff --git a/miasm2/os_dep/win_api_x86_32_seh.py b/miasm2/os_dep/win_api_x86_32_seh.py
index 3b2fdfaa..9d37c9b1 100644
--- a/miasm2/os_dep/win_api_x86_32_seh.py
+++ b/miasm2/os_dep/win_api_x86_32_seh.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 #-*- coding:utf-8 -*-
 
 #