view examples_to_py3k.sh @ 988:480cf1be291a trunk

Always include the test packages (otherwise sdists built on Python 2 don't work on Python 3 which is unexpected and confusing).
author hodgestar
date Sat, 26 Jan 2013 10:57:32 +0000
parents d010a80ebb4f
children
line wrap: on
line source
#!/bin/sh
#
# Script to run 2to3 on files not covered by setup.py
#
export PYTHONIOENCODING=utf8

# General 2to3 run
2to3 -w --no-diffs examples/
Copyright (C) 2012-2017 Edgewall Software