remove with_statement(for 2.5) from __future__
This commit is contained in:
parent
164a71ed51
commit
5153c08698
9 changed files with 7 additions and 9 deletions
|
|
@ -31,4 +31,3 @@ def update(key, value):
|
|||
f = open(user_auth, "w")
|
||||
f.write(json.dumps(auth, indent=2))
|
||||
f.close()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue