1
0
mirror of https://github.com/moparisthebest/SickRage synced 2025-01-07 03:48:02 -05:00

Replace tabs with spaces in adba libs / PEP8

This commit is contained in:
Adam 2014-08-30 12:10:19 +08:00
parent 00a1ebfee3
commit c4acb54d59
2 changed files with 1535 additions and 1425 deletions

View File

@ -15,23 +15,30 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with aDBa. If not, see <http://www.gnu.org/licenses/>. # along with aDBa. If not, see <http://www.gnu.org/licenses/>.
class AniDBError(Exception): class AniDBError(Exception):
pass pass
class AniDBIncorrectParameterError(AniDBError): class AniDBIncorrectParameterError(AniDBError):
pass pass
class AniDBCommandTimeoutError(AniDBError): class AniDBCommandTimeoutError(AniDBError):
pass pass
class AniDBMustAuthError(AniDBError): class AniDBMustAuthError(AniDBError):
pass pass
class AniDBPacketCorruptedError(AniDBError): class AniDBPacketCorruptedError(AniDBError):
pass pass
class AniDBBannedError(AniDBError): class AniDBBannedError(AniDBError):
pass pass
class AniDBInternalError(AniDBError): class AniDBInternalError(AniDBError):
pass pass

File diff suppressed because it is too large Load Diff