SVN: zope.testing/branches/benji-parallelize-subprocesses/src/zope/testing/testrunner/runner.py restore previous lack of whitespace
Benji York <[email protected]>
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <20080704144656.EBCD639A31__47736.5708015443$1215182918$gmane$org@mail.zope.org> |
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