~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to bzrtools.py

  • Committer: Aaron Bentley
  • Date: 2008-10-07 15:19:22 UTC
  • Revision ID: aaron@aaronbentley.com-20081007151922-qjnns8yonx8daeua
Fix NotStandalone (#277652)

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
 
203
203
class NotStandalone(BzrError):
204
204
 
205
 
    _format = '%(location) is not a standalone tree.'
 
205
    _fmt = '%(location)s is not a standalone tree.'
206
206
    _internal = False
207
207
 
208
208
    def __init__(self, location):