view examples_to_py3k.sh @ 967:19ac5d8fd96c trunk

Fix a number of tests which Python's new hash randomization is causing to fail randomly.
author hodgestar
date Sat, 29 Dec 2012 19:14:10 +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