Changeset 45a52c6 for client


Ignore:
Timestamp:
Jul 14, 2014, 1:21:16 AM (11 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master
Parents:
4439c52 (diff), 3b7f125 (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/14/14 01:21:16)
git-committer:
Alex Dehnert <adehnert@…> (07/14/14 01:21:16)
Message:

Add support for RFPs

Merge branch 'rfp'

Location:
client
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • client/downloader.py

    rf8a5e4b r952d9fb  
    1 #!/usr/bin/python
     1#!/usr/bin/env python
    22
    33import os
     
    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.