~ubuntu-branches/ubuntu/trusty/gimp/trusty

« back to all changes in this revision

Viewing changes to app/composite/make-installer.py

  • Committer: Bazaar Package Importer
  • Author(s): Ari Pollak
  • Date: 2009-08-14 09:57:17 UTC
  • mto: (1.1.21 upstream) (0.1.5 squeeze)
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: james.westby@ubuntu.com-20090814095717-37dh2xqy5t0rurpk
ImportĀ upstreamĀ versionĀ 2.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
527
527
 
528
528
###########################################
529
529
 
530
 
op = optparse.OptionParser(version="$Revision: 26852 $")
 
530
op = optparse.OptionParser(version="$Revision$")
531
531
op.add_option('-f', '--file', action='store',         type='string', dest='file',        default=None,
532
532
              help='the input object file')
533
533
op.add_option('-t', '--test', action='store_true',                   dest='test',        default=False,