~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2005-09-29 13:26:07 UTC
  • mto: (147.2.17)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: abentley@panoramicfeedback.com-20050929132607-822df5d29e8e595d
Committed debugging changes

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.append(os.path.dirname(__file__))
 
11
#sys.path.insert(0, os.path.realpath(os.path.dirname(__file__)))
12
12
 
13
13
bzrlib.commands.OPTIONS['ignored'] = None
14
14