mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-22 00:44:00 +01:00
* improved unitesting (compat level for python 2.6 and unittest)
* preparation for SoftChroot (stubs and mocks)
This commit is contained in:
@@ -24,3 +24,9 @@ class NewzbinAPIThrottled(HeadphonesException):
|
||||
"""
|
||||
Newzbin has throttled us, deal with it
|
||||
"""
|
||||
|
||||
class SoftChrootError(HeadphonesException):
|
||||
"""
|
||||
Fatal errors in SoftChroot module
|
||||
"""
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user