/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_postinstall.py

  • Committer: Martin
  • Date: 2018-11-17 17:37:42 UTC
  • mto: This revision was merged to the branch mainline in revision 7188.
  • Revision ID: gzlist@googlemail.com-20181117173742-nojh69vdpnofhtw7
Fix E27* lint errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
239
239
                    _winreg.SetValueEx(hkey, 'Path', 0, type_, path_u)
240
240
                    _winreg.FlushKey(hkey)
241
241
 
242
 
        if hkey not is None:
 
242
        if hkey is not None:
243
243
            _winreg.CloseKey(hkey)
244
244
 
245
245
    if (add_path or delete_path) and winver == 'Windows 98':