YahooArchive / end-to-end

Use OpenPGP-based encryption in Yahoo mail.
http://yahoo.tumblr.com/post/113708033335/user-focused-security-end-to-end-encryption
Apache License 2.0
221 stars 40 forks source link

Added support for python3 #8

Closed dwighthubbard closed 9 years ago

dwighthubbard commented 9 years ago

Switched to using argparse to get command line arguments.

Fix some formatting issues to comply with the PEP8 python style guide.

yahoocla commented 9 years ago

CLA is valid!

diracdeltas commented 9 years ago

Thanks, Dwight. This should apply cleanly to https://github.com/google/end-to-end (the upstream of this repo). Would you mind signing the Google CLA and opening it there?

I think it's best to keep the build files and crypto library parts of Google/Yahoo End to End as similar as possible for now.

coruus commented 9 years ago

I'm happy to merge this pro tem, pending some more substantial changes to build system. (Which is unacceptably slow right now.) So: LGTM and merged.

diracdeltas commented 9 years ago

This breaks the testserver for me. Is it just my python environment, or does do.sh testserver fail for others too?