Mercurial > public > mercurial-scm > hg-stable
diff mercurial/windows.py @ 14064:e4bfb9c337f3
remove unused imports and variables
author | Alexander Solovyov <alexander@solovyov.net> |
---|---|
date | Sat, 30 Apr 2011 13:59:14 +0200 |
parents | 97ed99d1f419 |
children | 8abe4db2d162 |
line wrap: on
line diff
--- a/mercurial/windows.py Sat Apr 30 07:30:38 2011 -0500 +++ b/mercurial/windows.py Sat Apr 30 13:59:14 2011 +0200 @@ -6,8 +6,8 @@ # GNU General Public License version 2 or any later version. from i18n import _ -import osutil, error -import errno, msvcrt, os, re, sys, subprocess +import osutil +import errno, msvcrt, os, re, sys nulldev = 'NUL:' umask = 002