Remove all Python 2 support

* Removed all __future__ imports from code
* Removed all six dependencies
* Removed all future_builtins imports
* Removed all Python 2 related code

Closes: deluge-torrent/deluge#325
This commit is contained in:
DjLegolas 2021-12-25 14:34:49 +02:00 committed by Calum Lind
commit 897955f0a1
No known key found for this signature in database
GPG key ID: 90597A687B836BA3
259 changed files with 86 additions and 817 deletions

View file

@ -10,11 +10,11 @@
# All configuration values have a default value; values that are commented out
# serve to show the default value.
import builtins
import os
import sys
from datetime import date
from six.moves import builtins
from sphinx.ext import apidoc
from sphinx.ext.autodoc import ClassDocumenter, bool_option