comparison speedcheck.py @ 29:e73e4677f873

use python 2 explicitly
author Daniel O'Connor <darius@dons.net.au>
date Fri, 27 Sep 2019 14:44:56 +0930
parents b474c873357d
children 1af6865189ce
comparison
equal deleted inserted replaced
28:b474c873357d 29:e73e4677f873
1 #!/usr/bin/env python 1 #!/usr/bin/env python2
2 2
3 import ConfigParser 3 import ConfigParser
4 import optparse 4 import optparse
5 import os 5 import os
6 import re 6 import re