Updated aliases to reflect changes in file system

This commit is contained in:
Veit Heller
2014-12-21 23:35:50 +01:00
parent 487bfe8b8f
commit 5a469e1495
4 changed files with 14 additions and 13 deletions

View File

@@ -14,4 +14,4 @@ def write_history(readline=readline, histfile=histfile):
except IOError:
pass
atexit.register(write_history)
del histfile, atexit, write_history, sys, os
del readline, histfile, atexit, write_history, sys, os