mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 03:22:22 -05:00
Merge pull request #760 from adam111316/adba
Replace tabs with spaces in adba libs / PEP8
This commit is contained in:
commit
f6edcc8ea6
@ -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 New Issue
Block a user