예제 #1
0
 def __init__(self):
     AuthenticationPlugin.__init__(self)
예제 #2
0
파일: cookie.py 프로젝트: Mrkebubun/sputnik
 def __init__(self):
     AuthenticationPlugin.__init__(self)
     self.cookies = {}
예제 #3
0
파일: ip.py 프로젝트: ysobolev/sputnik
 def __init__(self):
     AuthenticationPlugin.__init__(self)
예제 #4
0
파일: cookie.py 프로젝트: ysobolev/sputnik
 def __init__(self):
     AuthenticationPlugin.__init__(self)
     self.cookies = {}