| 258 | } |
| 259 | |
| 260 | static PyObject* PySave( PyObject* self, PyObject* args ) |
| 261 | { |
| 262 | return PythonSave( self, args, false ); |
| 263 | } |
| 264 | |
| 265 | static PyObject* PyCompareBitmaps( PyObject* self, PyObject* args ) |
| 266 | { |
nothing calls this directly
no test coverage detected