Merge pull request #30 from klondi/mimicfixes

Mimicfixes
This commit is contained in:
Jan Vidar Krey
2014-11-25 07:55:56 +01:00
3 changed files with 177 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ class Option(object):
class SourceGenerator(object):
def __init__(self, filename, cppStyle = True):
print "Generating %s..." % filename
print ("Generating %s..." % filename)
self.f = open(filename, 'w');
def write_header(self, Comment = True):