mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
idautils.py Do not import all symbols from idaapi to keep the namespace clean
init.py: Import the required symbols from idaapi
This commit is contained in:
@@ -94,6 +94,7 @@ print_banner()
|
||||
#-----------------------------------------------------------
|
||||
# Import all the required modules
|
||||
#-----------------------------------------------------------
|
||||
from idaapi import Choose, get_user_idadir, cvar
|
||||
from idc import *
|
||||
from idautils import *
|
||||
|
||||
|
||||
Reference in New Issue
Block a user