Core: do not override sys.stdin when using FreeCAD as Python module

This commit is contained in:
wmayer
2023-05-01 17:04:40 +02:00
committed by wwmayer
parent bc7ad64452
commit dc9c7a3661
4 changed files with 25 additions and 6 deletions

View File

@@ -145,6 +145,7 @@ public:
~PythonStdin() override;
Py::Object repr() override;
Py::Object getattr(const char *name) override;
Py::Object readline(const Py::Tuple&);
};