mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-30 21:14:20 +01:00
forgot to add python.cfg to SVN
This commit is contained in:
parent
8375368d6d
commit
47f7f2e48b
13
python.cfg
Normal file
13
python.cfg
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
// 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
|
Loading…
Reference in New Issue
Block a user