/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-11-19 07:55:29 UTC
  • mfrom: (3835.2.7 control-plugin-path)
  • Revision ID: pqm@pqm.ubuntu.com-20081119075529-9c4jtbifm0igp3vf
(abentley) Give bzrlib clients more control over plugin loading

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
version_string = __version__
109
109
 
110
110
 
111
 
# allow bzrlib plugins to be imported.
112
 
import bzrlib.plugin
113
 
bzrlib.plugin.set_plugins_path()
114
 
 
115
 
 
116
111
def test_suite():
117
112
    import tests
118
113
    return tests.test_suite()