- Timestamp:
- Apr 17, 2010, 4:41:42 PM (15 years ago)
- Branches:
- master, client
- Children:
- a875cb6
- Parents:
- 36d2293
- git-author:
- Alex Dehnert <adehnert@…> (04/17/10 16:41:42)
- git-committer:
- Alex Dehnert <adehnert@…> (04/17/10 16:41:42)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/downloader.py
r004d06d rf8a5e4b 37 37 def getLaTeX(br, latex_file, ): 38 38 br.open(baseurl + 'vouchers/generate/') 39 if br.viewing_html(): 40 print br.response().get_data() 41 assert not br.viewing_html() 39 42 latex_file.write(br.response().get_data()) 40 43
Note: See TracChangeset
for help on using the changeset viewer.