~ubuntu-branches/ubuntu/oneiric/python2.6/oneiric

« back to all changes in this revision

Viewing changes to Lib/webbrowser.py

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-08-07 20:03:08 UTC
  • mfrom: (10.1.27 sid)
  • Revision ID: james.westby@ubuntu.com-20100807200308-bwsyymoc4donr9a9
Tags: 2.6.6~rc1-1ubuntu1
* Merge with Debian; remaining changes:
  - Regenerate the control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
650
650
    for o, a in opts:
651
651
        if o == '-n': new_win = 1
652
652
        elif o == '-t': new_win = 2
653
 
    if len(args) <> 1:
 
653
    if len(args) != 1:
654
654
        print >>sys.stderr, usage
655
655
        sys.exit(1)
656
656