minor code style modification

This commit is contained in:
elias.bachaalany 2010-03-22 14:22:17 +00:00
parent ab81000187
commit 0c11d8f170
3 changed files with 48 additions and 44 deletions

View File

@ -1,3 +1,7 @@
# -----------------------------------------------------------------------
# This is an example illustrating how to use the graphing functionality in Python
# (c) Hex-Rays
#
from idaapi import GraphViewer
class MyGraph(GraphViewer):