view examples_to_py3k.sh @ 913:263919318d52 experimental-py3k

py3k branch: add python 3 support to _speedups C extension
author hodgestar
date Sun, 24 Oct 2010 21:16:11 +0000
parents 46db99909472
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