Redundancy isn't needed here.
Redundancy isn't needed here.
This commit is contained in:
parent
676161a850
commit
a328029c9a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue