예제 #1
0
파일: auth.py 프로젝트: aymankh86/pico
 def __init__(self, message=''):
     PicoError.__init__(self, message)
     self.response.status = "401 Not Authorized"
     self.response.set_header("WWW-Authenticate",  "Basic")
예제 #2
0
 def __init__(self, message=''):
     PicoError.__init__(self, message)
     self.response.status = "401 Not Authorized"
     self.response.set_header("WWW-Authenticate", "Basic")
예제 #3
0
파일: auth.py 프로젝트: aymankh86/pico
 def __init__(self, message=''):
     PicoError.__init__(self, message)
     self.response.status = "440 Invalid Session"
예제 #4
0
 def __init__(self, message=''):
     PicoError.__init__(self, message)
     self.response.status = "440 Invalid Session"