aquatix / digimarks

Simple bookmarking service
Apache License 2.0
20 stars 2 forks source link

Ensure Python 3 compatibility #12

Closed aquatix closed 6 years ago

aquatix commented 6 years ago

Currently, digimarks sort of assumes Python 2, which is... well... not optimal. Ensure it works under Python 3.5/3.6 too, or maybe even only support Python 3.

aquatix commented 6 years ago

Implemented in 6933357a61d2b81d63c19d0854d88c0b5773ba77 7f6dc3f3df5572be1b7a70ce34aff8dd20f62054 and others.