mbr / simplekv

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

Make botostore importable without boto module #51

Closed criemen closed 7 years ago

criemen commented 7 years ago

Hi,

this makes the boto store importable without the boto module being present by moving the imports down enough.

Obviously, the boto store can't be actually used if the boto module is not present.

fmarczin commented 7 years ago

Looks good to me