view examples_to_py3k.sh @ 945:d1edb246cc61 trunk

Fix out-by-one error introduced in r1097 that led to match templates missing the last event from the stream they were processing.
author hodgestar
date Tue, 30 Aug 2011 12:48:57 +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