comparison tests/test-demandimport.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 705278e70457
children c0290fc6b486
comparison
equal deleted inserted replaced
12864:ef0b8b1bcd63 12865:4c50552fc9bc
1 #!/usr/bin/env python
2
3 from mercurial import demandimport 1 from mercurial import demandimport
4 demandimport.enable() 2 demandimport.enable()
5 3
6 import re 4 import re
7 5