Bump version to 3.5.2a6

This commit is contained in:
Ivan Kravets
2018-01-30 15:25:17 +02:00
parent fc53cb4489
commit 4980d3e4bb
3 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -15,7 +15,6 @@
from __future__ import absolute_import
import atexit
import io
import re
import sys
from os import environ, remove, walk
@@ -85,7 +84,7 @@ class InoToCPPConverter(object):
def _gcc_preprocess(self, contents, out_file):
tmp_path = mkstemp()[1]
with io.open(tmp_path, mode="w", encoding="utf-8") as fp:
with open(tmp_path, "w") as fp:
fp.write(contents)
self.env.Execute(
self.env.VerboseAction(