~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to serve-branches

  • Committer: Martin Pool
  • Date: 2011-11-23 08:18:35 UTC
  • mfrom: (431.2.27 export-tarball)
  • mto: This revision was merged to the branch mainline in revision 461.
  • Revision ID: mbp@canonical.com-20111123081835-mhqxfi9pwpyullub
Merge tarball download support from xaav

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
 
26
26
if __name__ == "__main__":
27
 
    main(sys.argv)
 
27
    main(sys.argv[1:])