summaryrefslogtreecommitdiff
path: root/coverage/python.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/python.py')
-rw-r--r--coverage/python.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/python.py b/coverage/python.py
index ada21e6..5e142d2 100644
--- a/coverage/python.py
+++ b/coverage/python.py
@@ -91,7 +91,7 @@ def get_zip_bytes(filename):
return None
-def _source_for_file(self, filename):
+def source_for_file(filename):
"""Return the source file for `filename`.
Given a file name being traced, return the best guess as to the source