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

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 18:10:28 UTC
  • mto: This revision was merged to the branch mainline in revision 6623.
  • Revision ID: jelmer@jelmer.uk-20170521181028-zn04pdfw0od9hfj3
Rename brzlib => breezy.

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 brz project
3
3
#
4
 
# This script will be executed after installation of brzlib package
 
4
# This script will be executed after installation of breezy 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 brzlib import win32utils
 
25
from breezy 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 brzlib
 
44
        import breezy
45
45
    except ImportError:
46
46
        ver = ''
47
47
    else:
48
 
        ver = brzlib.__version__
 
48
        ver = breezy.__version__
49
49
 
50
50
    ##
51
51
    # XXX change message for something more appropriate