예제 #1
0
파일: tests.py 프로젝트: the9000/stelm
 def setUp(self):
   Linker.configure({
     "protocol_classes": {
       "http": None,
       'ftp': 'ftp',
       "*": "unknown"
     }
  })