~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/launchpad/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-27 20:44:03 UTC
  • mfrom: (4304.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090427204403-xt52x89oi017ad2e
(vila) Make built-in plugins display the same version than bzrlib

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
# see http://bazaar-vcs.org/Specs/BranchRegistrationTool
23
23
 
 
24
# Since we are a built-in plugin we share the bzrlib version
 
25
from bzrlib import version_info
 
26
 
24
27
from bzrlib.lazy_import import lazy_import
25
28
lazy_import(globals(), """
26
29
import webbrowser