diff -r c02818d7e29f -r 7e61baa047f0 py_ext/py_ext.py --- 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):