Sign in
apache
/
subversion
/
refs/heads/ebcdic
/
.
/
trunk
/
tools
/
test-scripts
/
svntest
/
encode-base64.py
blob: 356c950412cd2a668e4f2f972519f471c92610bd [
file
]
#! /usr/bin/env python
from
base64
import
encode
import
sys
encode
(
sys
.
stdin
,
sys
.
stdout
)