summaryrefslogtreecommitdiff
path: root/coverage/files.py
diff options
context:
space:
mode:
authorBuck Golemon <buck@yelp.com>2014-11-14 17:52:52 -0800
committerBuck Golemon <buck@yelp.com>2014-11-14 17:52:52 -0800
commitf549b24f56fdf2549c3d94635a3783055862e491 (patch)
treec0570d54e7cebf79f3c12477f16c847302456691 /coverage/files.py
parente18b789e06497194a37c86d7dcb8ad094368f4ac (diff)
downloadpython-coveragepy-f549b24f56fdf2549c3d94635a3783055862e491.tar.gz
ned code review, part 1
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 97888b6..332c422 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)