~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tools/check-newsbugs.py

  • Committer: Vincent Ladeuil
  • Date: 2010-12-02 15:48:12 UTC
  • mto: This revision was merged to the branch mainline in revision 5556.
  • Revision ID: v.ladeuil+lp@free.fr-20101202154812-fxuav78fk7u24vh6
Tags: bzr-2.3b4
ReleaseĀ 2.3b4

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
try:
13
13
    import hydrazine
14
14
except ImportError:
15
 
    print "Please install hydrazine from lp:launchpadlib"
 
15
    print "Please install hydrazine from lp:hydrazine"
16
16
    sys.exit(1)
17
17
 
18
18