view examples_to_py3k.sh @ 920:f4bf11c716cc experimental-py3k

Fix handling of QNames with leading open curly braces. See Genshi ticket #413.
author hodgestar
date Mon, 29 Nov 2010 20:20:56 +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