about summary refs log tree commit diff stats
path: root/test/arch/mips32/unit/asm_test.py
diff options
context:
space:
mode:
authorAymeric Vincent <aymeric.vincent@cea.fr>2017-01-05 16:46:10 +0100
committerAymeric Vincent <aymeric.vincent@cea.fr>2017-01-05 16:46:10 +0100
commitd78bda6718313adb034d3f7d9639251be54cf2dd (patch)
tree5c1569224ea9ff3984a2e9b094ea24266162a859 /test/arch/mips32/unit/asm_test.py
parent28d0696beaad18624255d631ff997dd4ac69f182 (diff)
downloadmiasm-d78bda6718313adb034d3f7d9639251be54cf2dd.tar.gz
miasm-d78bda6718313adb034d3f7d9639251be54cf2dd.zip
these files are not top level executables, adapt
Diffstat (limited to 'test/arch/mips32/unit/asm_test.py')
-rw-r--r--test/arch/mips32/unit/asm_test.py8
1 files changed, 0 insertions, 8 deletions
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):