mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
Fix samples/find_value.py py3 compat
This commit is contained in:
@@ -89,5 +89,4 @@ except ValueError:
|
||||
search_name(target)
|
||||
else:
|
||||
print("== Searching value <{0:#x}> ==".format(itarget))
|
||||
print ""
|
||||
search_value(itarget)
|
||||
Reference in New Issue
Block a user