112
112
"""Return the store used by the SQLObject compatibility layer."""
113
113
# XXX: Stuart Bishop 20080725 bug=253542: The import is here to work
114
114
# around a particularly convoluted circular import.
116
116
IStoreSelector, MAIN_STORE, DEFAULT_FLAVOR)
117
117
return getUtility(IStoreSelector).get(MAIN_STORE, DEFAULT_FLAVOR)