renamed cleanup to close, this is more common

This commit is contained in:
Olivier R-D
2015-04-10 12:39:19 +02:00
parent 747f07287d
commit 92a7c1812e
11 changed files with 25 additions and 62 deletions

View File

@@ -33,5 +33,5 @@ if __name__ == "__main__":
finally:
rob.cleanup()
rob.close()