Mercurial > public > mercurial-scm > hg-stable
diff mercurial/windows.py @ 8778:c5f36402daad
use new style classes
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Wed, 10 Jun 2009 15:10:21 +0200 |
parents | 0289f384e1e5 |
children | ae275ad46bd0 |
line wrap: on
line diff
--- a/mercurial/windows.py Wed Jun 10 03:20:20 2009 +0200 +++ b/mercurial/windows.py Wed Jun 10 15:10:21 2009 +0200 @@ -20,7 +20,7 @@ raise WinIOError(err) posixfile.__doc__ = osutil.posixfile.__doc__ -class winstdout: +class winstdout(object): '''stdout on windows misbehaves if sent through a pipe''' def __init__(self, fp):