~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2006-11-22 16:40:12 UTC
  • Revision ID: abentley@panoramicfeedback.com-20061122164012-vbz1tq8dwjplpnha
Update switch API use

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
sys.path.insert(0, os.path.realpath(os.path.join(os.path.dirname(__file__), 
79
79
                                                 "external")))
80
80
 
81
 
import show_paths
82
 
 
83
81
bzrlib.ignores.add_runtime_ignores(['./.shelf'])
84
82
 
85
83