summaryrefslogtreecommitdiff
path: root/coverage/files.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/files.py')
-rw-r--r--coverage/files.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/coverage/files.py b/coverage/files.py
index 97888b62..332c4225 100644
--- a/coverage/files.py
+++ b/coverage/files.py
@@ -174,10 +174,9 @@ class TreeMatcher(object):
class ModuleMatcher(object):
- """A matcher for files in a tree."""
+ """A matcher for modules in a tree."""
def __init__(self, module_names):
self.modules = list(module_names)
- self.not_imported = list(module_names)
def __repr__(self):
return "<ModuleMatcher %r>" % (self.modules)