summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Delpierre2015-09-08 17:14:34 +0200
committerGuillaume Delpierre2015-09-08 17:14:34 +0200
commit68fb82e13900b2572421432960037b8a737b49ef (patch)
tree1f8d1db687759f2ec3bb2bcc6e5a867e11671ea0
parentdec44809e95e70f729e703c5cad419ad5e946ebd (diff)
remove empty line
-rw-r--r--poc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/poc.py b/poc.py
index f700d20..f1d5399 100644
--- a/poc.py
+++ b/poc.py
@@ -28,4 +28,3 @@ for cpt, (root, dirnames, filenames) in enumerate(os.walk(sys.argv[1])):
28 print str(matches) + fname 28 print str(matches) + fname
29 print '\n'.join(hex(m[0]) + ':' + m[1] + ': ' + m[2] for m in matches.strings) 29 print '\n'.join(hex(m[0]) + ':' + m[1] + ': ' + m[2] for m in matches.strings)
30 30
31