comparison tests/test-ui-color.py @ 12865:4c50552fc9bc stable

*: kill all unnecessary shebangs.
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Tue, 26 Oct 2010 12:18:39 +0200
parents 386e56ecfb78
children 842a9179132c
comparison
equal deleted inserted replaced
12864:ef0b8b1bcd63 12865:4c50552fc9bc
1 #!/usr/bin/env python
2
3 from hgext import color 1 from hgext import color
4 2
5 # ensure errors aren't buffered 3 # ensure errors aren't buffered
6 testui = color.colorui() 4 testui = color.colorui()
7 testui.pushbuffer() 5 testui.pushbuffer()