view tools/base64 @ 4676:d3f8d0be588c

Issue2550783 - change spelling of organization to organisation so that the user's organisation can be edited by the user.
author rouilj
date Sun, 25 Nov 2012 18:00:25 -0500
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/