about summary refs log tree commit diff stats
path: root/test/arch/mips32/unit/asm_test.py
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2017-01-06 06:52:13 +0100
committerGitHub <noreply@github.com>2017-01-06 06:52:13 +0100
commitf89a4638923b89c4e17fa6811a62a7d01bccbdee (patch)
treee1ab792c966c74faaf1d16b11036af9291d9a21f /test/arch/mips32/unit/asm_test.py
parent06461f1bd7a8c987b47381dffa3e1462cee8e44f (diff)
parent1940e5baa0310bb6a3090f4a5a3cc832b024f03f (diff)
downloadmiasm-f89a4638923b89c4e17fa6811a62a7d01bccbdee.tar.gz
miasm-f89a4638923b89c4e17fa6811a62a7d01bccbdee.zip
Merge pull request #470 from a-vincent/master
Tidy up which files are executable and which are not
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):