Exemplo n.º 1
0
Arquivo: daemon.py Projeto: kmshi/miro
 def _remove_httpauth_callback(self):
     if self._httpauth_callback_handle is not None:
         httpauth.remove_change_callback(self._httpauth_callback_handle)
Exemplo n.º 2
0
 def _remove_httpauth_callback(self):
     if self._httpauth_callback_handle is not None:
         httpauth.remove_change_callback(self._httpauth_callback_handle)
Exemplo n.º 3
0
 def _remove_httpauth_callback(self):
     httpauth.remove_change_callback(self.http_auth_callback_handle)