contrib/check-py3-compat.py
changeset 45830 c102b704edb5
parent 45217 4e5da64d5549
child 48872 968b29a5a7fc
child 49204 3f9125db466f
equal deleted inserted replaced
45829:e7a4c018b563 45830:c102b704edb5
     1 #!/usr/bin/env python
     1 #!/usr/bin/env python3
     2 #
     2 #
     3 # check-py3-compat - check Python 3 compatibility of Mercurial files
     3 # check-py3-compat - check Python 3 compatibility of Mercurial files
     4 #
     4 #
     5 # Copyright 2015 Gregory Szorc <gregory.szorc@gmail.com>
     5 # Copyright 2015 Gregory Szorc <gregory.szorc@gmail.com>
     6 #
     6 #