source: trunk/essentials/dev-lang/python/Doc/tools/fix_hack

Last change on this file was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 86 bytes
Line 
1#!/bin/sh
2sed -e 's/{\\ptt[ ]*\\char[ ]*'"'"'137}/_/g' <"$1" > "@$1" && mv "@$1" $1
Note: See TracBrowser for help on using the repository browser.