From cc59342e80451d1060a46b35118ec38872bffb9a Mon Sep 17 00:00:00 2001 From: Ruud Date: Mon, 6 Oct 2014 17:31:12 +0200 Subject: [PATCH] NotSupported Exception --- couchpotato/core/helpers/py3.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 couchpotato/core/helpers/py3.py 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