make services.cleanup happen automatically (#224)

This commit is contained in:
Robert Nishihara
2016-07-07 14:05:25 -07:00
committed by Philipp Moritz
parent 63f7548763
commit 8e6b7929d6
5 changed files with 68 additions and 24 deletions
-3
View File
@@ -34,6 +34,3 @@ if __name__ == "__main__":
import IPython
IPython.embed()
if not args.attach:
services.cleanup()