*** empty log message ***
This commit is contained in:
parent
f3ecd1b3be
commit
b022be29f9
|
|
@ -13,7 +13,6 @@ def ifAbsentPut(dict, key, newValue):
|
|||
dict[key] = newValue
|
||||
return newValue
|
||||
|
||||
|
||||
def indent(stream, numIndents, str):
|
||||
"""
|
||||
Write str to stream with numIndents in front it it
|
||||
|
|
|
|||
Loading…
Reference in New Issue