Add support for config map to Python job API.

Rename PythonJobHelper ==> CalamaresPython::Helper.
Add QVariant to boost::python::object conversion functions.
Rename some constants in the libcalamares Python API.
This commit is contained in:
Teo Mrnjavac 2014-07-18 14:27:59 +02:00
parent 2f03dfa43b
commit d9f4c74537
9 changed files with 91 additions and 27 deletions

View file

@ -22,7 +22,7 @@
#include "CalamaresConfig.h"
#ifdef WITH_PYTHON
#include "PythonJobHelper.h"
#include "PythonHelper.h"
#endif
#include <QThread>