Revision 55224070

b/lib/objects.py
50 50
      as None instead of raising an error
51 51

  
52 52
  Classes derived from this must always declare __slots__ (we use many
53
  config objects and the memory reduction is useful.
53
  config objects and the memory reduction is useful)
54 54

  
55 55
  """
56 56
  __slots__ = []

Also available in: Unified diff