/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 tools/win32/bzr-win32-bdist-postinstall.py

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 12:41:27 UTC
  • mto: This revision was merged to the branch mainline in revision 6623.
  • Revision ID: jelmer@jelmer.uk-20170521124127-iv8etg0vwymyai6y
s/bzr/brz/ in apport config.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# (c) Canonical Ltd, 2006
2
2
# written by Alexander Belchenko for bzr project
3
3
#
4
 
# This script will be executed after installation of bzrlib package
 
4
# This script will be executed after installation of brzlib package
5
5
# and before installer exits.
6
6
# All printed data will appear on the last screen of installation
7
7
# procedure.
22
22
import sys
23
23
import _winreg
24
24
 
25
 
from bzrlib import win32utils
 
25
from brzlib import win32utils
26
26
 
27
27
 
28
28
def _quoted_path(path):
41
41
if "-install" in sys.argv[1:]:
42
42
    # try to detect version number automatically
43
43
    try:
44
 
        import bzrlib
 
44
        import brzlib
45
45
    except ImportError:
46
46
        ver = ''
47
47
    else:
48
 
        ver = bzrlib.__version__
 
48
        ver = brzlib.__version__
49
49
 
50
50
    ##
51
51
    # XXX change message for something more appropriate