Code Review
/
apps
/
low-level-can-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
03e3af5
)
generator: Attempt to simplify the str/unicode madness
author
Kyle Manna
<kyle@kylemanna.com>
Mon, 21 Sep 2015 00:22:25 +0000
(17:22 -0700)
committer
Kyle Manna
<kyle@kylemanna.com>
Mon, 21 Sep 2015 01:53:42 +0000
(18:53 -0700)
* This is a shot in the dark.
generator/nanopb_generator.py
patch
|
blob
|
history
diff --git
a/generator/nanopb_generator.py
b/generator/nanopb_generator.py
index
78140a4
..
91a820f
100755
(executable)
--- a/
generator/nanopb_generator.py
+++ b/
generator/nanopb_generator.py
@@
-1,5
+1,7
@@
#!/usr/bin/python
+from __future__ import unicode_literals
+
'''Generate header file for nanopb from a ProtoBuf FileDescriptorSet.'''
nanopb_version = "nanopb-0.3.4-dev"