This commit is contained in:
Mike Place 2016-10-25 16:53:18 +09:00
parent f609917760
commit 0bbf06bd86
No known key found for this signature in database
GPG Key ID: 9136F4F13705CFD3

View File

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