-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync with upstream and support Python 3 #1
base: master
Are you sure you want to change the base?
Conversation
Synced up codebase with google/protorpc@981174b
Thanks for sending this over -- I forked this because at the time I was unable to run protorpc out of an App Engine environment. I just tried cloning https://github.com/google/protorpc and ensuring Wonder if we can just upgrade Grow's requirements.txt to point upstream to |
I'm not certain, but I think they added support for not having the So If you're not using |
Okay, thanks for looking at that. I gave this a go from the latest release I should be able to work around this, will update this issue. On Wed, May 4, 2016 at 4:34 AM, Chris Streeter notifications@github.com
jeremydw |
I went ahead and fixed the issue. Looks like |
The upstream protopc repo moved to https://github.com/google/protorpc, and has updates to support python 3.
This brings the repository up-to-date, and adds a
.travis.yml
to run the tests (which passed locally for me).