* improved unitesting (compat level for python 2.6 and unittest)

* preparation for SoftChroot (stubs and mocks)
This commit is contained in:
maxkoryukov
2016-02-03 06:30:09 +05:00
parent 7bff1b6c3c
commit 5da950f61b
10 changed files with 112 additions and 27 deletions
+6
View File
@@ -24,3 +24,9 @@ class NewzbinAPIThrottled(HeadphonesException):
"""
Newzbin has throttled us, deal with it
"""
class SoftChrootError(HeadphonesException):
"""
Fatal errors in SoftChroot module
"""
pass