_gcdebug.py
changeset 10312 48e57fd17864
parent 10310 b49761555ad6
child 10331 6f25c7e4f19b
--- a/_gcdebug.py	Tue Feb 10 14:38:25 2015 +0100
+++ b/_gcdebug.py	Wed Apr 22 09:52:28 2015 +0200
@@ -19,6 +19,7 @@
 import gc, types, weakref
 
 from cubicweb.schema import CubicWebRelationSchema, CubicWebEntitySchema
+from cubicweb.dbapi import _NeedAuthAccessMock
 
 listiterator = type(iter([]))
 
@@ -29,6 +30,7 @@
     property, classmethod,
     types.ModuleType, types.FunctionType, types.MethodType,
     types.MemberDescriptorType, types.GetSetDescriptorType,
+    _NeedAuthAccessMock,
     )
 
 def _get_counted_class(obj, classes):