expose in router factory

This commit is contained in:
Tobias Oberstein
2014-03-11 19:17:40 +01:00
parent d7f2c90c35
commit fc3eaaa299

View File

@@ -137,7 +137,7 @@ class RouterFactory:
"""
self._routers = {}
self.debug = debug
self._options = options or RouterOptions()
self._options = options or types.RouterOptions()
def get(self, realm):