From d78bda6718313adb034d3f7d9639251be54cf2dd Mon Sep 17 00:00:00 2001 From: Aymeric Vincent Date: Thu, 5 Jan 2017 16:46:10 +0100 Subject: these files are not top level executables, adapt --- test/arch/x86/unit/asm_test.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'test/arch/x86/unit/asm_test.py') diff --git a/test/arch/x86/unit/asm_test.py b/test/arch/x86/unit/asm_test.py index 4e1d03b8..bf97dbe4 100644 --- a/test/arch/x86/unit/asm_test.py +++ b/test/arch/x86/unit/asm_test.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python import sys import os @@ -10,13 +9,6 @@ from miasm2.core import asmbloc from elfesteem.strpatchwork import StrPatchwork from miasm2.analysis.machine import Machine from miasm2.jitter.csts import * -from pdb import pm - - -filename = os.environ.get('PYTHONSTARTUP') -if filename and os.path.isfile(filename): - execfile(filename) - reg_and_id = dict(mn_x86.regs.all_regs_ids_byname) -- cgit 1.4.1