Fix some test cases and bugs found on py3 bmsmilter install.

This commit is contained in:
Stuart D. Gathman
2021-01-09 21:49:13 -05:00
parent 7df236127b
commit e7592c6a96
4 changed files with 52 additions and 8 deletions
+1
View File
@@ -16,6 +16,7 @@ try:
f = DB()
f.open(fname,mode)
return f
except ModuleNotFoundError: raise
except:
import anydbm as dbm
dbmopen = dbm.open