def test_icu(): print ('Testing ICU') from calibre.utils.icu_test import test_build test_build() print ('ICU OK!')
def test_dukpy(): fprint('Testing dukpy') from duktape import test_build test_build() fprint('dukpy OK!')
def test_icu(): fprint('Testing ICU') from calibre.utils.icu_test import test_build test_build() fprint('ICU OK!')
def test_dukpy(): print ('Testing dukpy') from duktape import test_build test_build() print ('dukpy OK!')
def test_icu(): print("Testing ICU") from calibre.utils.icu_test import test_build test_build() print("ICU OK!")
def test_dukpy(): fprint("Testing dukpy") from duktape import test_build test_build() fprint("dukpy OK!")