Merge pull request #13607 from mattclay/test-cache-typo

Fixed import typo for memcache module in tests.
pull/13615/merge
Brian Coca 9 years ago
commit e957335b0d

@ -26,7 +26,7 @@ from ansible.plugins.cache.memory import CacheModule as MemoryCache
HAVE_MEMCACHED = True
try:
import memcached
import memcache
except ImportError:
HAVE_MEMCACHED = False
else:

Loading…
Cancel
Save