add a test script
This commit is contained in:
parent
dcecf61f46
commit
ddcf9ffb0e
5 changed files with 52 additions and 19 deletions
|
|
@ -99,9 +99,3 @@ class Freemobile(BaseBrowser):
|
|||
for a in l:
|
||||
if a.id == id:
|
||||
return a
|
||||
|
||||
def download_bill(self, id):
|
||||
assert isinstance(id, basestring)
|
||||
bill = self.get_bill(id)
|
||||
|
||||
return self.readurl(bill._url)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue