view tools/base64 @ 3642:b18a6d67dcb3

Spacing and CHANGES.txt fixed. Thanks to alexander smishlajev for pointing me at it -- I just applied my patches without checking for spacing. Sorry. .-- Ralf
author Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
date Mon, 17 Jul 2006 14:52:30 +0000
parents 740102dfad1d
children c75defc1c2f0
line wrap: on
line source

#!/usr/bin/env python
import zlib, base64, sys
print base64.encodestring(zlib.compress(sys.stdin.read()))

Roundup Issue Tracker: http://roundup-tracker.org/