X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tools%2Fpy2depgraph.py;h=ef3b6f84d0245c3594ebb94c7b8a302d8c63ca49;hb=796d35d54ab31e209ddf76b4584b6508b309c6c1;hp=022add32c9042368677410ba483f360452a1e38b;hpb=e39e728991b762ae0b52b52b06655f0c7f1b7421;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):