~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2005-09-29 16:16:56 UTC
  • mto: (147.2.17)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: abentley@panoramicfeedback.com-20050929161656-0aa948c2f00f3655
Fixed import issues w/ PyBaz

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
import conflicts
9
9
import sys
10
10
import os.path
11
 
#sys.path.insert(0, os.path.realpath(os.path.dirname(__file__)))
 
11
sys.path.insert(0, os.path.realpath(os.path.join(os.path.dirname(__file__), 
 
12
                                                 "external")))
12
13
 
13
14
bzrlib.commands.OPTIONS['ignored'] = None
14
15