view examples_to_py3k.sh @ 1008:4317e7c4729b stable-0.7.x 0.7.0

Set version and drop egg_info in preparation for tagging.
author hodgestar
date Sun, 27 Jan 2013 15:38:50 +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