Expose getUserMacroDir to python and use in preferences.

This commit is contained in:
Markus Lampert
2018-01-07 20:16:49 -08:00
parent 9cc7cf05ec
commit bbb313559f
3 changed files with 13 additions and 1 deletions

View File

@@ -306,6 +306,7 @@ private:
static PyObject* sGetExportType (PyObject *self,PyObject *args,PyObject *kwd);
static PyObject* sGetResourceDir (PyObject *self,PyObject *args,PyObject *kwd);
static PyObject* sGetUserAppDataDir (PyObject *self,PyObject *args,PyObject *kwd);
static PyObject* sGetUserMacroDir (PyObject *self,PyObject *args,PyObject *kwd);
static PyObject* sGetHomePath (PyObject *self,PyObject *args,PyObject *kwd);
static PyObject* sLoadFile (PyObject *self,PyObject *args,PyObject *kwd);