From c8b9d41f99650393559b75535e5651136fe6d8d6 Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Wed, 21 Sep 2016 01:30:02 +0000 Subject: Fix python bugs for internal integration. --- python/google/protobuf/internal/testing_refleaks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/google') diff --git a/python/google/protobuf/internal/testing_refleaks.py b/python/google/protobuf/internal/testing_refleaks.py index b2787901..51a9af9e 100644 --- a/python/google/protobuf/internal/testing_refleaks.py +++ b/python/google/protobuf/internal/testing_refleaks.py @@ -89,7 +89,7 @@ class ReferenceLeakCheckerTestCase(unittest.TestCase): super(ReferenceLeakCheckerTestCase, self).run(result=local_result) newrefcount = self._getRefcounts() refcount_deltas.append(newrefcount - oldrefcount) - print refcount_deltas, self + print(refcount_deltas, self) try: self.assertEqual(refcount_deltas, [0] * self.NB_RUNS) -- cgit v1.2.3