From bd075bf362ad18bffacabaae19e31f01a5922164 Mon Sep 17 00:00:00 2001 From: Aymeric Vincent Date: Thu, 5 Jan 2017 16:37:06 +0100 Subject: remove #! command line on files not supposed to be run at top level --- miasm2/core/parse_asm.py | 1 - 1 file changed, 1 deletion(-) (limited to 'miasm2/core/parse_asm.py') 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 -- cgit 1.4.1