Fix some test cases and bugs found on py3 bmsmilter install.
This commit is contained in:
@@ -16,6 +16,7 @@ try:
|
||||
f = DB()
|
||||
f.open(fname,mode)
|
||||
return f
|
||||
except ModuleNotFoundError: raise
|
||||
except:
|
||||
import anydbm as dbm
|
||||
dbmopen = dbm.open
|
||||
|
||||
Reference in New Issue
Block a user