Commit a0746c83 authored by Nicolas Dumazet's avatar Nicolas Dumazet

strclass is not used, remove it.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30088 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9e18caf2
...@@ -166,9 +166,6 @@ class TestCase(unittest.TestCase): ...@@ -166,9 +166,6 @@ class TestCase(unittest.TestCase):
def defaultTestResult(self): def defaultTestResult(self):
return TestResult() return TestResult()
def strclass(cls):
return "%s.%s" % (cls.__module__, cls.__name__)
class TestResult(unittest.TestResult): class TestResult(unittest.TestResult):
def __init__(self): def __init__(self):
super(TestResult, self).__init__() super(TestResult, self).__init__()
......
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