mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +00:00
[WebUI] Add reduce import for Py3 compat
This commit is contained in:
parent
fbcddff6ea
commit
268c8d608c
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ import random
|
||||||
import time
|
import time
|
||||||
from datetime import datetime, timedelta
|
from datetime import datetime, timedelta
|
||||||
from email.utils import formatdate
|
from email.utils import formatdate
|
||||||
|
from functools import reduce
|
||||||
|
|
||||||
from twisted.internet.task import LoopingCall
|
from twisted.internet.task import LoopingCall
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue