コード例 #1
0
 def _callFUT(self, module):
     from pyramid.response import init_mimetypes
     return init_mimetypes(module)
コード例 #2
0
ファイル: test_response.py プロジェクト: EyeOfPython/japanese
 def _callFUT(self, module):
     from pyramid.response import init_mimetypes
     return init_mimetypes(module)