예제 #1
0
파일: daemon.py 프로젝트: kmshi/miro
 def _remove_httpauth_callback(self):
     if self._httpauth_callback_handle is not None:
         httpauth.remove_change_callback(self._httpauth_callback_handle)
예제 #2
0
파일: daemon.py 프로젝트: ktan2020/miro
 def _remove_httpauth_callback(self):
     if self._httpauth_callback_handle is not None:
         httpauth.remove_change_callback(self._httpauth_callback_handle)
예제 #3
0
파일: daemon.py 프로젝트: cool-RR/Miro
 def _remove_httpauth_callback(self):
     httpauth.remove_change_callback(self.http_auth_callback_handle)