From 4f8b3d9ead057ca3a240083103c5995f58e0ac16 Mon Sep 17 00:00:00 2001 From: Zach Riggle Date: Thu, 9 Apr 2015 12:28:56 -0400 Subject: [PATCH] Python27 fix --- pwndbg/memoize.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pwndbg/memoize.py b/pwndbg/memoize.py index 782b50a5a..3c5211ff9 100644 --- a/pwndbg/memoize.py +++ b/pwndbg/memoize.py @@ -1,3 +1,4 @@ +from __future__ import print_function import copy import collections import gdb