summaryrefslogtreecommitdiff
path: root/test/coveragetest.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/coveragetest.py')
-rw-r--r--test/coveragetest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/coveragetest.py b/test/coveragetest.py
index 4dd87559..52fde87a 100644
--- a/test/coveragetest.py
+++ b/test/coveragetest.py
@@ -148,10 +148,10 @@ class CoverageTest(TestCase):
def import_local_file(self, modname):
"""Import a local file as a module.
-
+
Opens a file in the current directory named `modname`.py, imports it
as `modname`, and returns the module object.
-
+
"""
modfile = modname + '.py'
f = open(modfile, 'r')