From 6a06882f1f2c7de80a32bf8b1bdef3568eb46b77 Mon Sep 17 00:00:00 2001 From: Zach Riggle Date: Thu, 9 Jun 2016 17:47:16 -0600 Subject: [PATCH] Remove unnecessary comments --- pwndbg/emu/__init__.py | 1 - pwndbg/emu/x86.py | 1 - 2 files changed, 2 deletions(-) diff --git a/pwndbg/emu/__init__.py b/pwndbg/emu/__init__.py index 52f5e7faa..73c02f125 100644 --- a/pwndbg/emu/__init__.py +++ b/pwndbg/emu/__init__.py @@ -1,3 +1,2 @@ -#Embedded file name: /usr/local/google/home/riggle/pwndbg/pwndbg/emu/__init__.py from __future__ import print_function import pwndbg.emu.x86 diff --git a/pwndbg/emu/x86.py b/pwndbg/emu/x86.py index 460069061..4f916a50d 100644 --- a/pwndbg/emu/x86.py +++ b/pwndbg/emu/x86.py @@ -1,3 +1,2 @@ -#Embedded file name: /usr/local/google/home/riggle/pwndbg/pwndbg/emu/x86.py from __future__ import print_function import pwndbg.emu.emulator