[mod] renaming
This commit is contained in:
parent
9a24c8dec5
commit
43628d480f
@ -5,11 +5,11 @@ CACHE_VERSION = 2
|
|||||||
|
|
||||||
|
|
||||||
def remove_superficial_options(options):
|
def remove_superficial_options(options):
|
||||||
noname_options = options.copy()
|
cleaned_options = options.copy()
|
||||||
del noname_options["name"]
|
del cleaned_options["name"]
|
||||||
if "text" in noname_options:
|
if "text" in cleaned_options:
|
||||||
del noname_options["text"]
|
del cleaned_options["text"]
|
||||||
return noname_options
|
return cleaned_options
|
||||||
|
|
||||||
|
|
||||||
class Cache(object):
|
class Cache(object):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user