Localfs should also be changed of course

This commit is contained in:
Yoram Hekma 2017-01-12 06:17:39 +01:00
parent 9d9de67219
commit 3237d23e1c

View file

@ -112,7 +112,7 @@ def flush(bank, key=None):
return True
def list(bank):
def getlist(bank):
'''
Return an iterable object containing all entries stored in the specified bank.
'''