Fix Flask Autodoc (#551)

This commit is contained in:
Bill Prin
2016-07-18 12:11:06 -07:00
committed by Jon Wayne Parrott
parent cd635f4d1e
commit 00afef9eb0

View File

@@ -38,6 +38,7 @@ MOCK_MODULES = (
'google.appengine.ext',
'google.appengine.ext.webapp',
'google.appengine.ext.webapp.util',
'werkzeug.local',
)