/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jelmer Vernooij
  • Date: 2010-07-21 14:22:06 UTC
  • Revision ID: jelmer@samba.org-20100721142206-6an6nnk4z43kxh0a
Cope with find_credits moving.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    def run(self):
51
51
        from bzrlib.plugin import load_plugins; load_plugins()
52
52
        from bzrlib.branch import Branch
53
 
        from bzrlib.plugins.stats import find_credits
 
53
        from bzrlib.plugins.stats.cmds import find_credits
54
54
 
55
55
        import pickle
56
56