On Thursday 02 September 2010 17:52:18 Dan Stromberg wrote:
> > Since it comes up again and again, I think it is time for me to fix
> > it ...
>
> Sounds like a good idea.
>
> This is the second project I've seen this issue on.
>
So, I finally fixed the bug http://www.logilab.org/ticket/9542
You
On Thu, Sep 2, 2010 at 1:34 AM, Emile Anclin wrote:
> On Thursday 02 September 2010 02:21:52 Dan Stromberg wrote:
> > Hi folks.
>
> hi,
>
> > I'm using a recent (see below for specifics) python2 version of
> > pyreverse in an attempt to diagram import relationships and inheritance
> > relationship
On Thursday 02 September 2010 02:21:52 Dan Stromberg wrote:
> Hi folks.
hi,
> 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 s
On 09/01/10 16:53, Emile Anclin wrote:
pylint is a static code checker, so mod.py will not be executed, hence
no modification of sys.modules.
But the --init-hook option (see pylint --long-help) might help:
--init-hook= Python code to execute, usually for sys.path