~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2008-05-30 02:54:27 UTC
  • Revision ID: aaron@aaronbentley.com-20080530025427-a4e7yyhbhpbszbxd
Remove references to 'external' directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
import bzrlib.ignores
45
45
from bzrlib.trace import note
46
46
from bzrlib.option import Option
47
 
sys.path.insert(0, os.path.realpath(os.path.join(os.path.dirname(__file__),
48
 
                                                 "external")))
49
47
 
50
48
import show_paths
51
49
from command import BzrToolsCommand