Commit af190d39 authored by Tim Peters's avatar Tim Peters

'get_refs' wasn't removed from the __all__ list when

the function was moved to serialize.py; this caused
a Zope3 test to fail.
parent ce8c4f74
...@@ -35,7 +35,6 @@ __all__ = ['z64', ...@@ -35,7 +35,6 @@ __all__ = ['z64',
'serial_repr', 'serial_repr',
'tid_repr', 'tid_repr',
'positive_id', 'positive_id',
'get_refs',
'readable_tid_repr', 'readable_tid_repr',
'WeakSet', 'WeakSet',
'DEPRECATED_ARGUMENT', 'DEPRECATED_ARGUMENT',
......
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