Commit 109ec8c1 authored by Jason Madden's avatar Jason Madden

Prefer comment to docstring.

parent 81467021
......@@ -25,7 +25,7 @@ _is_jython = py_impl() == 'Jython'
class _Persistent_Base(object):
def _getTargetClass(self):
"""Return the type of the persistent object to test"""
# concrete testcase classes must override
raise NotImplementedError()
def _makeCache(self, jar):
......
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