diff options
Diffstat (limited to 'example/jitter/sandbox_elf_ppc32.py')
| -rw-r--r-- | example/jitter/sandbox_elf_ppc32.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/example/jitter/sandbox_elf_ppc32.py b/example/jitter/sandbox_elf_ppc32.py index c5960e8e..04ecfd9e 100644 --- a/example/jitter/sandbox_elf_ppc32.py +++ b/example/jitter/sandbox_elf_ppc32.py @@ -5,12 +5,6 @@ from miasm2.jitter.csts import * from miasm2.jitter.jitload import log_func import logging - -# Python auto completion -filename = os.environ.get('PYTHONSTARTUP') -if filename and os.path.isfile(filename): - execfile(filename) - # Insert here user defined methods # Parse arguments |