view examples_to_py3k.sh @ 938:a5a1c9a11135 tip

update tags
author convert-repo
date Tue, 31 May 2011 20:05:15 +0000
parents 1a86e0af2ae1
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