Skip to content

Commit 8051d36

Browse files
committed
Finish removing aspectlib
1 parent 18f4e1a commit 8051d36

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

coverage/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,13 @@
1212

1313
from coverage.control import Coverage, process_startup
1414
from coverage.data import CoverageData
15-
from coverage.debug import enable_aspectlib_maybe
1615
from coverage.misc import CoverageException
1716
from coverage.plugin import CoveragePlugin, FileTracer, FileReporter
1817
from coverage.pytracer import PyTracer
1918

2019
# Backward compatibility.
2120
coverage = Coverage
2221

23-
# Possibly enable aspectlib to debug our execution.
24-
enable_aspectlib_maybe()
25-
2622
# On Windows, we encode and decode deep enough that something goes wrong and
2723
# the encodings.utf_8 module is loaded and then unloaded, I don't know why.
2824
# Adding a reference here prevents it from being unloaded. Yuk.

0 commit comments

Comments
 (0)