cemu-idapython/python.cfg

14 lines
378 B
INI
Raw Permalink Normal View History

2011-04-21 16:28:37 +02:00
// Alert before loading automatic scripts found in current directory
// swig_runtime_dataN, sitecustomize and usercustomize
ALERT_AUTO_SCRIPTS = 1
// Remove current directory from import search path
REMOVE_CWD_SYS_PATH = 0
// Execute statement hotkey
EXEC_STATEMENT_HOTKEY = "Ctrl-F7";
// Script timeout (in seconds)
// (A value of 0 disables the timeout)
SCRIPT_TIMEOUT = 3