diff --git a/deluge/rencode.py b/deluge/rencode.py index 243fa3d19..206bc8fb5 100644 --- a/deluge/rencode.py +++ b/deluge/rencode.py @@ -37,6 +37,7 @@ # # (The rencode module is licensed under the above license as well). # +# pylint: disable=redefined-builtin """ rencode -- Web safe object pickling/unpickling.