From a328029c9a027f85c3626c0f52b21b778f42f9fe Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sat, 10 Oct 2009 21:28:29 +0000 Subject: Redundancy isn't needed here. Redundancy isn't needed here. --- Lib/dbm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/dbm/__init__.py b/Lib/dbm/__init__.py index c224847..add6626 100644 --- a/Lib/dbm/__init__.py +++ b/Lib/dbm/__init__.py @@ -36,7 +36,7 @@ Note: 'r' and 'w' fail if the database doesn't exist; 'c' creates it only if it doesn't exist; and 'n' always creates a new database. """ -__all__ = ['open', 'whichdb', 'error', 'error'] +__all__ = ['open', 'whichdb', 'error'] import io import os -- cgit v0.12