aboutsummaryrefslogtreecommitdiffstats
path: root/tools/leak_finder.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/leak_finder.py')
-rw-r--r--tools/leak_finder.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/leak_finder.py b/tools/leak_finder.py
index 5b5102887..fc7850c14 100644
--- a/tools/leak_finder.py
+++ b/tools/leak_finder.py
@@ -90,11 +90,10 @@ These objects are real leaks if their number is growing with the probe
size. For analysis, the number of new objects per type is counted.
"""
-import sys
-import gc
import array
+import gc
+import sys
import unittest
-
# this comes from Python, too
from test import support