put cache base classes in __init__ (#22809)

* put cache base classes in __init__

* added placeholder
This commit is contained in:
Brian Coca 2017-03-23 01:26:10 -04:00 committed by GitHub
parent 97cb2016d8
commit d3115ae8f3
8 changed files with 216 additions and 222 deletions

View file

@ -24,7 +24,7 @@ try:
except ImportError:
import pickle
from ansible.plugins.cache.base import BaseFileCacheModule
from ansible.plugins.cache import BaseFileCacheModule
class CacheModule(BaseFileCacheModule):
"""