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/mips32/unit/asm_test.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'test/arch/mips32/unit/asm_test.py') diff --git a/test/arch/mips32/unit/asm_test.py b/test/arch/mips32/unit/asm_test.py index 7272c15e..35d87d85 100644 --- a/test/arch/mips32/unit/asm_test.py +++ b/test/arch/mips32/unit/asm_test.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python import sys import os @@ -10,17 +9,10 @@ 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_mips32.regs.all_regs_ids_byname) - class Asm_Test(object): def __init__(self, jitter): -- cgit 1.4.1