Code

fixed issue2550730: FAQ has broken link to Zope book. Reported and fixed by John...
[roundup.git] / tools / base64
1 #!/usr/bin/env python
2 import zlib, base64, sys
3 print base64.encodestring(zlib.compress(sys.stdin.read()))