summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-06-05 01:47:24 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-06-05 01:47:24 (GMT)
commit7140de01cf71434c326fe303c6750c4f202f8e1b (patch)
treed96ad72d75cba083eda379400f50117a2f1f1966 /Lib/bsddb
parentbf0400abe91ff2bbe3061d596441f082ee4f10eb (diff)
downloadcpython-7140de01cf71434c326fe303c6750c4f202f8e1b.zip
cpython-7140de01cf71434c326fe303c6750c4f202f8e1b.tar.gz
cpython-7140de01cf71434c326fe303c6750c4f202f8e1b.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/bsddb')
-rw-r--r--Lib/bsddb/dbobj.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/bsddb/dbobj.py b/Lib/bsddb/dbobj.py
index b06106e..f5bd0dc 100644
--- a/Lib/bsddb/dbobj.py
+++ b/Lib/bsddb/dbobj.py
@@ -92,8 +92,8 @@ class DBEnv:
def log_archive(self, *args, **kwargs):
return apply(self._cobj.log_archive, args, kwargs)
if db.version() >= (4,0):
- def log_stat(self, *args, **kwargs):
- return apply(self._cobj.log_stat, args, kwargs)
+ def log_stat(self, *args, **kwargs):
+ return apply(self._cobj.log_stat, args, kwargs)
def set_get_returns_none(self, *args, **kwargs):
return apply(self._cobj.set_get_returns_none, args, kwargs)