Skip to content

Commit 7f0632d

Browse files
authored
Merge pull request #11144 from anntzer/remove-unit
Remove toplevel unit/ directory.
2 parents 448ba7d + 916584b commit 7f0632d

7 files changed

+1
-338
lines changed

unit/memleak.py renamed to tools/memleak.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
import gc
44
from io import BytesIO
5-
6-
try:
7-
import tracemalloc
8-
except ImportError:
9-
raise ImportError("This script requires Python 3.4 or later")
5+
import tracemalloc
106

117
try:
128
import psutil

unit/ellipse_large.py

Lines changed: 0 additions & 139 deletions
This file was deleted.

unit/legend_unit.py

Lines changed: 0 additions & 27 deletions
This file was deleted.

unit/longs_test.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

unit/mlab_unit.py

Lines changed: 0 additions & 82 deletions
This file was deleted.

unit/threading_test.py

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)