Changeset 1019420 for client


Ignore:
Timestamp:
Jul 9, 2014, 12:22:14 AM (12 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master
Children:
952d9fb
Parents:
1a8ef12 (diff), 53a42c4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Alex Dehnert <adehnert@…> (07/09/14 00:22:14)
git-committer:
Alex Dehnert <adehnert@…> (07/09/14 00:22:14)
Message:

Merge in some client progress to integrate with the server side

Location:
client
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • client/downloader.py

    rf8a5e4b rfeed77c  
    3636
    3737def getLaTeX(br, latex_file, ):
    38     br.open(baseurl + 'vouchers/generate/')
     38    br.open(baseurl + 'vouchers/generate/vouchers.tex')
    3939    if br.viewing_html():
    4040        print br.response().get_data()
Note: See TracChangeset for help on using the changeset viewer.