py_ext/py_ext.py
changeset 1736 7e61baa047f0
parent 1730 64d8f52bc8c8
child 1740 b789b695b5c6
--- a/py_ext/py_ext.py	Mon Aug 14 22:30:41 2017 +0300
+++ b/py_ext/py_ext.py	Mon Aug 14 23:27:15 2017 +0300
@@ -28,6 +28,7 @@
 from PythonFileCTNMixin import PythonFileCTNMixin
 import util.paths as paths
 
+
 class PythonLibrary(POULibrary):
     def GetLibraryPath(self):
         return paths.AbsNeighbourFile(__file__, "pous.xml")
@@ -56,6 +57,7 @@
 
         return (["py_ext"], [(Gen_Pythonfile_path, IECCFLAGS)], True), ""
 
+
 class PythonFile(PythonFileCTNMixin):
 
     def GetIconName(self):