1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Remove v1 code

This commit is contained in:
Alejandro Guirao 2015-07-13 15:48:23 +02:00
parent 6e99023c84
commit 587a6cb44c

View file

@ -25,8 +25,6 @@ from ansible.plugins.lookup import LookupBase
class LookupModule(LookupBase):
def __init__(self, basedir=None, **kwargs):
self.basedir = basedir
def read_shelve(self, shelve_filename, key):
"""