Commit a4868a4f authored by Guido van Rossum's avatar Guido van Rossum

Whitespace cleanup.

parent 059c3a5f
......@@ -44,4 +44,3 @@ class CommitLog:
self.read = 1
self.file.seek(0)
return self.stores, cPickle.Unpickler(self.file)
......@@ -75,9 +75,3 @@ class ICache(Base):
size is a hint about the amount of data that is about to be
stored. The cache may want to evict some data to make space.
"""
......@@ -13,7 +13,7 @@
##############################################################################
"""Sized message async connections
$Id: smac.py,v 1.20 2002/08/28 18:24:50 gvanrossum Exp $
$Id: smac.py,v 1.21 2002/08/29 16:31:17 gvanrossum Exp $
"""
import asyncore, struct
......
......@@ -13,7 +13,7 @@
##############################################################################
"""Start the server storage.
$Id: start.py,v 1.42 2002/08/27 18:43:12 bwarsaw Exp $
$Id: start.py,v 1.43 2002/08/29 16:31:17 gvanrossum Exp $
"""
from __future__ import nested_scopes
......
......@@ -194,4 +194,3 @@ class CommitLockTests:
t = time.time()
t = apply(TimeStamp,(time.gmtime(t)[:5]+(t%60,)))
return `t`
......@@ -40,4 +40,3 @@ class TestThread(threading.Thread):
self.join(timeout)
if self.isAlive():
self._testcase.fail("Thread did not finish: %s" % self)
......@@ -194,4 +194,3 @@ def test_suite():
else:
# Don't even bother with these tests on Windows
return None
......@@ -13,7 +13,7 @@
##############################################################################
"""Sized message async connections
$Id: smac.py,v 1.20 2002/08/28 18:24:50 gvanrossum Exp $
$Id: smac.py,v 1.21 2002/08/29 16:31:17 gvanrossum Exp $
"""
import asyncore, struct
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment