Fix dummypython for recent API change.

This commit is contained in:
Teo Mrnjavac 2014-07-29 20:20:22 +02:00
parent 63534f7154
commit 0d3a3a0b78

View File

@ -46,5 +46,5 @@ def run():
str(libcalamares.globalStorage.value("item3")))
libcalamares.job.setprogress(0.1)
libcalamares.debug(accumulator)
libcalamares.utils.debug(accumulator)
return "", accumulator