Edgewall Software

source: trunk/examples_to_py3k.sh

Last change on this file was 1154, checked in by hodgestar, 13 years ago

Merge r1137 from py3k: add 2to3 build infrastructure to setup.py (this pulls the tests into the source distribution so that tests can be run after building with 2to3)

File size: 146 bytes
Line 
1#!/bin/sh
2#
3# Script to run 2to3 on files not covered by setup.py
4#
5export PYTHONIOENCODING=utf8
6
7# General 2to3 run
82to3 -w --no-diffs examples/
Note: See TracBrowser for help on using the repository browser.