Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 287b399

Browse files
committed
Clarify why we define error. Suggested by Andrew Dalke.
1 parent db6d12c commit 287b399

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/dbhash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import bsddb
44

5-
error = bsddb.error
5+
error = bsddb.error # Exported for anydbm
66

77
def open(file, flag, mode=0666):
88
return bsddb.hashopen(file, flag, mode)

0 commit comments

Comments
 (0)