comparison tests/hghave @ 17222:98823bd0d697 stable

windows: removed duplicate termwidth definition Changeset dbf91976f900 caused this when the "from win32 import *" line was replaced with explicit import statements: the wildcard import was at the bottom of the file and so windows.termwidth was overwritten by win32.termwidth as indented, but the new explicit import statements were at the top and so win32.termwidth got lost. With the switch to ctypes, win32 can always be imported and so the fallback termwidth in windows is no longer needed.
author Martin Geisler <martin@geisler.net>
date Thu, 19 Jul 2012 00:53:27 +0200
parents e14d7805845d
children 525fdb738975
comparison
equal deleted inserted replaced
17174:32b2e6d641e4 17222:98823bd0d697