Bill Baxter schrieb:
 Is there an easy way to see if I have recursive imports?  I
usually try to make my imports tree-like, but it's possible I may have
some unintentional import cycles.

--bb

Yep, you can use DIL to analyse your code and draw dependency graphs.
http://code.google.com/p/dil/

quote
Produce module dependency graphs using the graphviz dot format.
.....Cyclic edges (import statements) and nodes (modules) are highlighted in red. The edges of public imports are bold.
end quote

bls

Reply via email to