示例#1
0
文件: tests.py 项目: the9000/stelm
 def setUp(self):
   Linker.configure({
     "protocol_classes": {
       "http": None,
       'ftp': 'ftp',
       "*": "unknown"
     }
  })