summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_whichdb.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-08-08 20:19:19 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-08-08 20:19:19 (GMT)
commit469cdad8228df7bc294dc946b8cd4c0b7f810735 (patch)
treed2ce468dd141967a43a9930735226d4183400c2c /Lib/test/test_whichdb.py
parentd7e8a0dd372a928749674f5f5fd11a96115e0801 (diff)
downloadcpython-469cdad8228df7bc294dc946b8cd4c0b7f810735.zip
cpython-469cdad8228df7bc294dc946b8cd4c0b7f810735.tar.gz
cpython-469cdad8228df7bc294dc946b8cd4c0b7f810735.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_whichdb.py')
-rw-r--r--Lib/test/test_whichdb.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/test/test_whichdb.py b/Lib/test/test_whichdb.py
index 8f63862..21f1588 100644
--- a/Lib/test/test_whichdb.py
+++ b/Lib/test/test_whichdb.py
@@ -41,7 +41,7 @@ for name in anydbm._names:
mod = __import__(name)
except ImportError:
continue
-
+
def test_whichdb_name(self,name=name,mod=mod):
"""Check whether whichdb correctly guesses module name
for databases opened with module mod.
@@ -60,4 +60,3 @@ def test_main():
if __name__ == "__main__":
test_main()
-