[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r13576 - trunk/build/generator

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-03-22 16:14:26 CET

maxb@tigris.org writes:

> Author: maxb
> Date: Tue Mar 22 05:45:39 2005
> New Revision: 13576

> +
> + for nonlib in self.graph.get_sources(gen_base.DT_NONLIB, target_ob.name):
> + if isinstance(nonlib, gen_base.TargetLinked):
> + if not nonlib.external_lib:
> + deps.append(nonlib.filename)
> + print "%s: %s" % (target_ob.name,
> + getattr(nonlib,'filename',repr(nonlib)))

Am I right to assume that print statement is just debugging code?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 22 16:15:51 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.