convert to python 3
[mass-build.git] / build_system.py
index 75b55376aff6b85ec68d6ead64da0352282349ae..634f73d671bd5751b678a62a1d9f2ce7655f7e37 100644 (file)
@@ -67,7 +67,7 @@ class CMake:
                self.restoreEnv('XDG_CONFIG_DIRS', oldXDGConfigDirs)
                # if asked to do so, wait
                if waitAfterConfig:
-                       raw_input('Configuration done. Hit "Enter" to build the project. ')
+                       input('Configuration done. Hit "Enter" to build the project. ')
                # run compilation
                jobs = int(self.config['jobs'])
                subprocess.check_call(self.config.get('buildCmdPrefix', []) + ['make', '-j'+str(jobs)])