view tools/base64 @ 2271:8f29eea8d46d maint-0.7

fix schema mutation in sqlite backends (thanks Tamer Fahmy) (specifically for trackers with missing ids)
author Richard Jones <richard@users.sourceforge.net>
date Mon, 10 May 2004 00:15:59 +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/