This is the command pt2to3 that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
pt2to3 - PyTables 2.x -> 3.x API transition tool.
SYNOPSIS
pt2to3 [ OPTIONS ] filename
DESCRIPTION
This tool displays to standard out, so it is common to pipe this to another file: $ pt2to3
oldfile.py > newfile.py.
OPTIONS
A summary of options is included below.
-r, --reverse
Reverts changes, going from 3.x -> 2.x.
-p, --no-ignore-previous
Ignores previous_api() calls.
-o OUTPUT
Output file to write to..
-i, --inplace
Overwrites the file in-place.
-h Print help on usage.
Use pt2to3 online using onworks.net services