generator: Attempt to simplify the str/unicode madness
authorKyle Manna <kyle@kylemanna.com>
Mon, 21 Sep 2015 00:22:25 +0000 (17:22 -0700)
committerKyle 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

index 78140a4..91a820f 100755 (executable)
@@ -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"