summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_bsddb.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_bsddb.py')
-rwxr-xr-xLib/test/test_bsddb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_bsddb.py b/Lib/test/test_bsddb.py
index e5780ea..aa65295 100755
--- a/Lib/test/test_bsddb.py
+++ b/Lib/test/test_bsddb.py
@@ -12,7 +12,7 @@ def test(openmethod, what):
if verbose:
print '\nTesting: ', what
-
+
fname = tempfile.mktemp()
f = openmethod(fname, 'c')
if verbose: