X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=extlibs%2Fhippomocks.scons;h=412c6f20424dafe2b9ad4d505b80e8e56be0589d;hb=d639e6c572f273d236acc111e839e2d357942d19;hp=5832177fb1d2f3b356f71f5a7d0d4ef38f33eb81;hpb=fb78f5bdd5eef8a9663cc3d665951d104a8aeb61;p=platform%2Fupstream%2Fiotivity.git diff --git a/extlibs/hippomocks.scons b/extlibs/hippomocks.scons index 5832177..412c6f2 100644 --- a/extlibs/hippomocks.scons +++ b/extlibs/hippomocks.scons @@ -33,7 +33,7 @@ src_dir = env.get('SRC_DIR') # Only verify/install on linux if target_os in ['linux']: - print '*** Checking for installation of hippomocks ***' + print('*** Checking for installation of hippomocks ***') hippomocks_sha = '8e210c5808d490b26fff69151c801fa28d291fcb' hippomocks_dir_src = src_dir + '/extlibs/hippomocks-' + hippomocks_sha @@ -49,9 +49,9 @@ if target_os in ['linux']: hippomocks_zip = hippomocks_zip_file # Unzip hippomocks - print 'Unzipping hippomocks' + print('Unzipping hippomocks') env.UnpackAll(hippomocks_dir_src, hippomocks_zip) - print 'Renaming hippomocks directory' + print('Renaming hippomocks directory') os.rename(hippomocks_dir_src, hippomocks_dir_dest)