~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to command_classes.py

  • Committer: Aaron Bentley
  • Date: 2012-01-20 01:43:54 UTC
  • Revision ID: aaron@aaronbentley.com-20120120014354-z8ezzp1zccf62lt5
Fix shelf compatibility

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
from bzrlib.lazy_import import lazy_import
22
22
lazy_import(globals(), """
23
23
from bzrlib import help, urlutils
24
 
import shelf
 
24
from bzrlib.plugins.bzrtools import shelf
25
25
""")
26
26
 
27
27
from bzrlib.plugins import bzrtools