コード例 #1
0
ファイル: atom03impl.py プロジェクト: mpm2050/Raven
 def _atomResponseIsGood(self, resp):
     return resp.status == 410 or ZAtomRequest._atomResponseIsGood(
         self, resp)
コード例 #2
0
ファイル: atom03impl.py プロジェクト: Tidosho/zoundryraven
 def _atomResponseIsGood(self, resp):
     return resp.status == 410 or ZAtomRequest._atomResponseIsGood(self, resp)
コード例 #3
0
ファイル: atom03impl.py プロジェクト: mpm2050/Raven
 def __init__(self, url, username, password):
     ZAtomRequest.__init__(self, url, username, password)
コード例 #4
0
ファイル: atom03impl.py プロジェクト: Tidosho/zoundryraven
 def __init__(self, url, username, password):
     ZAtomRequest.__init__(self, url, username, password)