~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: mattgiuca
  • Date: 2008-01-08 22:02:59 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:129
setup.py: Minor fix, exits cleanly if arguments are invalid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
        print >>sys.stderr, (
140
140
            """Invalid operation '%s'. Try python setup.py help."""
141
141
            % operation)
 
142
        return 1
142
143
    return oper_func(argv[2:])
143
144
 
144
145
# Operation functions