mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 00:43:37 +00:00
Merge pull request #760 from adam111316/adba
Replace tabs with spaces in adba libs / PEP8
This commit is contained in:
commit
f6edcc8ea6
2 changed files with 1535 additions and 1425 deletions
|
@ -15,23 +15,30 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with aDBa. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
class AniDBError(Exception):
|
||||
pass
|
||||
pass
|
||||
|
||||
|
||||
class AniDBIncorrectParameterError(AniDBError):
|
||||
pass
|
||||
pass
|
||||
|
||||
|
||||
class AniDBCommandTimeoutError(AniDBError):
|
||||
pass
|
||||
pass
|
||||
|
||||
|
||||
class AniDBMustAuthError(AniDBError):
|
||||
pass
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class AniDBPacketCorruptedError(AniDBError):
|
||||
pass
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class AniDBBannedError(AniDBError):
|
||||
pass
|
||||
pass
|
||||
|
||||
|
||||
class AniDBInternalError(AniDBError):
|
||||
pass
|
||||
pass
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue