view examples_to_py3k.sh @ 976:96997655d9bc trunk

Update ChangeLog for 0.7 release.
author hodgestar
date Sun, 30 Dec 2012 14:31:09 +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