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 7f1e979aad
commit d7174ae2b8
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&);
};