~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: John Arbash Meinel
  • Date: 2006-09-20 14:06:40 UTC
  • mto: (2022.1.1 version-info-55794)
  • mto: This revision was merged to the branch mainline in revision 2028.
  • Revision ID: john@arbash-meinel.com-20060920140640-8dca2f0fdb7564c3
whitespace and formatting cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    except KeyError:
35
35
        formats = version_info_formats.get_builder_formats()
36
36
        raise BzrCommandError('No known version info format %s.'
37
 
                              ' Supported types are: %s' 
 
37
                              ' Supported types are: %s'
38
38
                              % (format, formats))
39
39
 
40
40