mbr / simplekv

A simple key-value store for binary data.
http://simplekv.readthedocs.io
MIT License
152 stars 50 forks source link

use imap() from _compat module #37

Closed fmarczin closed 7 years ago

fmarczin commented 7 years ago

net/botostore.py imports imap() from the PY2 stdlib. This patch changes the import to use the already available definition from the _compat module.

This doesn't restore full PY3-compatibility, though.