/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 bzrlib/win32utils.py

  • Committer: Alexander Belchenko
  • Date: 2009-07-03 10:40:59 UTC
  • mto: (4506.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4507.
  • Revision ID: bialix@ukr.net-20090703104059-ujmu165q1pln18ec
forgottenĀ import

Show diffs side-by-side

added added

removed removed

Lines of Context:
507
507
        try:
508
508
            SetFileAttributes(path, win32file.FILE_ATTRIBUTE_HIDDEN)
509
509
        except pywintypes.error, e:
 
510
            from bzrlib import trace
510
511
            trace.mutter('Unable to set hidden attribute on %r: %s', path, e)
511
512
 
512
513