diff --git a/couchpotato/core/helpers/py3.py b/couchpotato/core/helpers/py3.py new file mode 100644 index 0000000..c5e233f --- /dev/null +++ b/couchpotato/core/helpers/py3.py @@ -0,0 +1,2 @@ +class NotSupported(Exception): + pass