view examples_to_py3k.sh @ 1037:744a33f78ccc trunk

Add HTML5 input placeholder attribute to list of translatable attributes (fixes #577).
author hodgestar
date Wed, 19 Mar 2014 14:31:48 +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