We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f4e1a commit 8051d36Copy full SHA for 8051d36
coverage/__init__.py
@@ -12,17 +12,13 @@
12
13
from coverage.control import Coverage, process_startup
14
from coverage.data import CoverageData
15
-from coverage.debug import enable_aspectlib_maybe
16
from coverage.misc import CoverageException
17
from coverage.plugin import CoveragePlugin, FileTracer, FileReporter
18
from coverage.pytracer import PyTracer
19
20
# Backward compatibility.
21
coverage = Coverage
22
23
-# Possibly enable aspectlib to debug our execution.
24
-enable_aspectlib_maybe()
25
-
26
# On Windows, we encode and decode deep enough that something goes wrong and
27
# the encodings.utf_8 module is loaded and then unloaded, I don't know why.
28
# Adding a reference here prevents it from being unloaded. Yuk.
0 commit comments