~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to tests/shelf_tests.py

  • Committer: Aaron Bentley
  • Date: 2008-10-22 09:11:39 UTC
  • Revision ID: aaron@aaronbentley.com-20081022091139-28q2r3wcun52zz4u
Use lazy command-loading in bzrtools

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    UnshelveHunkSelector,
8
8
    )
9
9
from bzrlib.plugins.bzrtools.errors import NoColor
10
 
from bzrlib.plugins.bzrtools import cmd_shelf
 
10
from bzrlib.plugins.bzrtools.command_classes import cmd_shelf
11
11
 
12
12
 
13
13
class ShelfTests(bzrlib.tests.TestCaseWithTransport):