Commit c33af104 authored by Tres Seaver's avatar Tres Seaver

Remove pdb.

parent 5a144d8b
...@@ -604,7 +604,6 @@ class _Persistent_Base(object): ...@@ -604,7 +604,6 @@ class _Persistent_Base(object):
def test___setattr___v__name(self): def test___setattr___v__name(self):
class Derived(self._getTargetClass()): class Derived(self._getTargetClass()):
pass pass
import pdb; pdb.set_trace()
inst, jar, OID = self._makeOneWithJar(Derived) inst, jar, OID = self._makeOneWithJar(Derived)
self._clearMRU(jar) self._clearMRU(jar)
inst._v_foo = 'bar' inst._v_foo = 'bar'
......
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