X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tools%2Fpy2depgraph.py;h=ef3b6f84d0245c3594ebb94c7b8a302d8c63ca49;hb=f857533f5e3535599eb4b74b8ac214e50370a542;hp=022add32c9042368677410ba483f360452a1e38b;hpb=70f4308757e799aeb96545f5e0a22c96dc8633c2;p=sfa.git diff --git a/tools/py2depgraph.py b/tools/py2depgraph.py index 022add32..ef3b6f84 100755 --- a/tools/py2depgraph.py +++ b/tools/py2depgraph.py @@ -23,7 +23,7 @@ import sys, pprint import modulefinder -focus=[ 'sfa' , 'OpenSSL', 'M2Crypto', 'xmlrpclib', 'threading' ] +focus = [ 'sfa' , 'OpenSSL', 'M2Crypto', 'xmlrpclib', 'threading' ] class mymf(modulefinder.ModuleFinder): def __init__(self,*args,**kwargs):