SHA256
1
0
forked from pool/python
OBS User unknown
2008-09-07 23:36:49 +00:00
committed by Git OBS Bridge
parent 5391cacb81
commit db72344b6c
22 changed files with 218 additions and 1420 deletions

View File

@@ -17,6 +17,7 @@ def save_history(historyPath=historyPath):
# read history, if it exists
if os.path.exists(historyPath):
readline.set_history_length(10000)
readline.read_history_file(historyPath)
# register saving handler