generator: Don't force python2
authorKyle Manna <kyle@kylemanna.com>
Sat, 19 Sep 2015 21:42:03 +0000 (14:42 -0700)
committerKyle Manna <kyle@kylemanna.com>
Mon, 21 Sep 2015 01:48:06 +0000 (18:48 -0700)
commitb222209e1bf80b2e855817d8f9287c5e2dc1eb04
tree66d7c5ec457635c6ea93b42897a57d8e83c05834
parent6e72df4808aa138f1396ad098ce2d06a6feba882
generator: Don't force python2

Python2 is being phased out of the default python interpreter.  Arch
Linux has moved some time ago and upcoming Debian realeases will follow.

My distro, Arch, doesn't have a python2-protobuf version, but does have
a python3 version.  With a python 2 & 3 compatible generator the exact
interpreter can be ignored and can use the system default as most users
expect.

Update issue #155
generator/protoc-gen-nanopb