Re: [Twisted-Python] Porting Twisted to Python 3.

2014-05-22 Thread Conrad Dean
Does the graph take into account dependencies of the tests as well? A few months ago I started on what I thought was a leaf, but its tests had dependences on other modules that forced me to look at porting other modules first. On Thu, May 22, 2014 at 10:54 AM, Maxim Lacrima wrote: > Hi Jean-Pau

Re: [Twisted-Python] Porting Twisted to Python 3.

2014-05-22 Thread Maxim Lacrima
Hi Jean-Paul, Thanks for your advice. Since nobody suggested a tool I created one myself, and here is a "graph" for `twisted.web.client`: http://jsfiddle.net/gu8DX/embedded/result/ . It's not a completely correct graph (because a node will miss edges to modules, that have already been imported ea