Redundancy isn't needed here.

Redundancy isn't needed here.
This commit is contained in:
Antoine Pitrou 2009-10-10 21:28:29 +00:00
parent 676161a850
commit a328029c9a
1 changed files with 1 additions and 1 deletions

View File

@ -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