[Zope3-checkins] CVS: Zope3/src/zope/app/fssync -
committer.py:1.23 fsbundle.py:1.5
Stephan Richter
stephan.richter at tufts.edu
Wed Feb 25 20:06:22 EST 2004
On Wednesday 25 February 2004 18:02, Martijn Faassen wrote:
> Remove unused imports.
>
>
> === Zope3/src/zope/app/fssync/committer.py 1.22 => 1.23 ===
> --- Zope3/src/zope/app/fssync/committer.py:1.22 Wed Jan 14 16:50:30 2004
> +++ Zope3/src/zope/app/fssync/committer.py Wed Feb 25 18:02:26 2004
> @@ -18,7 +18,7 @@
>
> import os
>
> -from zope.component import getAdapter, getService
> +from zope.component import getService
Martijn,
do you think your tool could also detect situations where functions are
imported that should be used via zapi? The getService() function is a good
example.
Also, you released the import checker under an Infrae license. Would it be
possible for you to check in the import checker in Zope3/utilities under ZPL
2? This way it is much more natural to use for other people and I can reuse
the code for the dependency checker.
Regards,
Stephan
--
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
More information about the Zope3-Checkins
mailing list