Workaround for utils

This commit is contained in:
Mike Place 2016-10-25 16:51:30 +09:00
parent a6a24c2b3b
commit f609917760
No known key found for this signature in database
GPG key ID: 9136F4F13705CFD3

View file

@ -111,6 +111,8 @@ if HAS_CHERRYPY:
}
def setUp(self):
if not hasattr(self, '_cp_config'):
self._cp_config = {}
Root._cp_config = self._cp_config
root = Root()