CalamaresPrivate ==> CalamaresPython

This commit is contained in:
Teo Mrnjavac 2014-07-18 11:59:12 +02:00
parent 568f2abd0b
commit 2f03dfa43b
8 changed files with 28 additions and 30 deletions

View file

@ -38,7 +38,7 @@ public:
, m_queue( queue )
{
#ifdef WITH_PYTHON
new CalamaresPrivate::PythonJobHelper( this );
new CalamaresPython::Helper( this );
#endif
}