~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugin.py

  • Committer: Robert Collins
  • Date: 2005-10-09 23:12:35 UTC
  • Revision ID: robertc@robertcollins.net-20051009231235-93626e72cac71b78
clean up test dirs on make clean

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
 
26
26
import os
27
 
from bzrlib.config import config_dir
 
27
from bzrlib.osutils import config_dir
28
28
DEFAULT_PLUGIN_PATH = os.path.join(config_dir(), 'plugins')
29
29
 
30
30
all_plugins = []