Use print function

This commit is contained in:
Amandine Lee 2015-04-13 13:28:16 -07:00
parent 3d2a056ad4
commit 683c2913c5
4 changed files with 8 additions and 8 deletions

View file

@ -30,7 +30,7 @@ from ansible.plugins.cache.base import BaseCacheModule
try:
import memcache
except ImportError:
print 'python-memcached is required for the memcached fact cache'
print('python-memcached is required for the memcached fact cache')
sys.exit(1)