mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 17:38:43 +00:00
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:
parent
ff309ea4c5
commit
897955f0a1
259 changed files with 86 additions and 817 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue