Browse Source

NotSupported Exception

old/py3
Ruud 11 years ago
parent
commit
cc59342e80
  1. 2
      couchpotato/core/helpers/py3.py

2
couchpotato/core/helpers/py3.py

@ -0,0 +1,2 @@
class NotSupported(Exception):
pass
Loading…
Cancel
Save