idc.py: Deprecated XrefType()

This commit is contained in:
gergely.erdelyi 2008-06-15 09:49:02 +00:00
parent c4830f3e81
commit e94a201897

View File

@ -3259,10 +3259,8 @@ def XrefType():
[RD]first/next[B0] functions.
@return: constants fl_* or dr_*
FIXME: unimplemented
"""
raise NotImplementedError
raise DeprecatedIDCError, "use XrefsFrom() XrefsTo() from idautils instead."
#----------------------------------------------------------------------------