Closed ohthehugemanatee closed 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).
json
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).