@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
"""Object related utilities, including introspection, etc."""
from __future__ import absolute_import, unicode_literals
+from functools import reduce
__all__ = ['Bunch', 'FallbackContext', 'getitem_property', 'mro_lookup']