~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/osutils.py

  • Committer: Parth Malwankar
  • Date: 2010-07-09 16:16:11 UTC
  • mto: This revision was merged to the branch mainline in revision 5340.
  • Revision ID: parth.malwankar@gmail.com-20100709161611-d9w6eiwze2ilk8dk
fixes errors.InvalidPattern to work on Python2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
2184
2184
            where = ' in ' + where
2185
2185
        # despite the name 'error' is a type
2186
2186
        raise errors.BzrCommandError('Invalid regular expression%s: %s'
2187
 
            % (where, e.message))
 
2187
            % (where, e.msg))
2188
2188
 
2189
2189
 
2190
2190
if sys.platform == "win32":