view tools/base64 @ 4275:b16dc285ba2d

Fixed spelling of Thomas' lastname. Added Ralf as originator of some of the 1.4.10 changes.
author Bernhard Reiter <Bernhard.Reiter@intevation.de>
date Wed, 14 Oct 2009 09:11:54 +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/