Make the libcalamares Python API better for PEP8

This commit is contained in:
Teo Mrnjavac 2014-07-29 13:16:46 +02:00
parent 5369038ed6
commit fb328494b3
3 changed files with 13 additions and 8 deletions

View file

@ -36,6 +36,7 @@ class PythonJobInterface
public:
explicit PythonJobInterface( Calamares::PythonJob* parent );
std::string moduleName;
std::string prettyName;
std::string workingPath;