export error == IOError

This commit is contained in:
Guido van Rossum 1996-05-28 22:58:40 +00:00
parent fa59cd73d4
commit 22a18904e4
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ _open = __builtin__.open
_BLOCKSIZE = 512
error = IOError # For anydbm
class _Database:
def __init__(self, file):