More TODO tweaking.

This commit is contained in:
Sei Lisa 2015-03-05 06:20:11 +01:00
parent 7fb345b222
commit f730843762
2 changed files with 4 additions and 5 deletions

View file

@ -597,7 +597,7 @@ def llJsonSetValue(json, lst, val):
# Recursive works best here
return InternalJsonRecursiveSetValue(json, lst, val)
return u"----unimplemented----" # TODO: Implement llJsonSetValue.
return u"----unimplemented----"
'''
def llJsonValueType(json, lst):