MegaMark16 / django-cms-themes

A way to quickly load and swap out template packs (or themes) for Django CMS
BSD 3-Clause "New" or "Revised" License
49 stars 15 forks source link

Fixed exception syntax for python 2.6+ & 3.x #13

Closed michael-robbins closed 3 years ago

michael-robbins commented 9 years ago

Fixes the syntax of an exception handle so it will install under pip3

michael-robbins commented 9 years ago

Fixed the print()'s, this now installs under python3 correctly.

Unfortunately it drops support for python <2.5, which I doubt anyone's using nowadays