comparison examples_to_py3k.sh @ 912:46db99909472 experimental-py3k

py3k branch: add 2to3 build infrastructure to setup.py (this pulls the tests into the source distribution so that tests can be run after building with 2to3)
author hodgestar
date Sun, 24 Oct 2010 21:09:36 +0000
parents
children
comparison
equal deleted inserted replaced
911:d25c353a341d 912:46db99909472
1 #!/bin/sh
2 #
3 # Script to run 2to3 on files not covered by setup.py
4 #
5 export PYTHONIOENCODING=utf8
6
7 # General 2to3 run
8 2to3 -w --no-diffs examples/
Copyright (C) 2012-2017 Edgewall Software