[Zope3-checkins]
SVN: zope.testing/branches/benji-parallelize-subprocesses/src/zope/testing/testrunner/runner.py
restore previous lack of whitespace
Benji York
benji at zope.com
Fri Jul 4 10:46:56 EDT 2008
Log message for revision 88005:
restore previous lack of whitespace
Changed:
U zope.testing/branches/benji-parallelize-subprocesses/src/zope/testing/testrunner/runner.py
-=-
Modified: zope.testing/branches/benji-parallelize-subprocesses/src/zope/testing/testrunner/runner.py
===================================================================
--- zope.testing/branches/benji-parallelize-subprocesses/src/zope/testing/testrunner/runner.py 2008-07-04 14:46:12 UTC (rev 88004)
+++ zope.testing/branches/benji-parallelize-subprocesses/src/zope/testing/testrunner/runner.py 2008-07-04 14:46:56 UTC (rev 88005)
@@ -638,13 +638,11 @@
gathered.reverse()
seen = {}
result = []
-
for layer in gathered:
if layer not in seen:
seen[layer] = 1
if layer in layers:
result.append(layer)
-
return result
More information about the Zope3-Checkins
mailing list