Hi folks.

I'm using a recent (see below for specifics) python2 version of pyreverse in
an attempt to diagram import relationships and inheritance relationships.

However, I'm getting no arcs at all for the imports, and I seem to be
getting only inheritance arcs for built in classes, not for my own classes
that I'm feeding to pyreverse.

The command I'm using to invoke pyreverse is:
pyreverse -f ALL -a1 -s1 -p port-const ${files}

Am I missing some option or something?

Thanks!

PS:
I'm using pylint 0.19.0,
astng 0.19.3, common 0.45.2

-- 
Dan Stromberg
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to