natask / gestures

Fluid gestures for Linux.
MIT License
67 stars 7 forks source link

Rename simplejson to json for recent python versions #11

Closed ohthehugemanatee closed 2 years ago

ohthehugemanatee commented 2 years ago

For any python version since 2.6, Simplejson is included in the distribution and renamed to just json. This patch adjusts the import and requirements accordingly so it doesn't break on newer systems (like mine did).