15
15
# along with this program; if not, write to the Free Software
16
16
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22
21
from bzrlib.errors import BzrCommandError as CommandError
24
24
class CommandError(Exception):
30
51
class NotCheckout(CommandError):
31
52
"""Specified path is not a checkout."""