Commit e750234a authored by Stefan Behnel's avatar Stefan Behnel

typo

parent bbfbddbc
......@@ -95,7 +95,7 @@ class CythonCompileTestCase(unittest.TestCase):
def shortDescription(self):
return "compiling " + self.module
def _tearDown(self):
def tearDown(self):
if os.path.exists(self.workdir):
for rmfile in os.listdir(self.workdir):
if self.annotate and rmfile.endswith(".html"):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment