forked from CvvT/dumpDex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpython.cfg
More file actions
14 lines (11 loc) · 466 Bytes
/
Copy pathpython.cfg
File metadata and controls
14 lines (11 loc) · 466 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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 = 1
// Script timeout (in seconds)
// (A value of 0 disables the timeout)
SCRIPT_TIMEOUT = 3
// Use a local Python library
// If enabled, the "lib" directory tree with modules must be present in IDADIR/python
USE_LOCAL_PYTHON = 0