Core: do not override sys.stdin when using FreeCAD as Python module
This commit is contained in:
@@ -145,6 +145,7 @@ public:
|
||||
~PythonStdin() override;
|
||||
|
||||
Py::Object repr() override;
|
||||
Py::Object getattr(const char *name) override;
|
||||
Py::Object readline(const Py::Tuple&);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user