mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
Fix imap is map in python 3
This commit is contained in:
parent
22cbec26e0
commit
6bba210fd0
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
import os
|
import os
|
||||||
import platform
|
import platform
|
||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
from itertools import imap
|
|
||||||
|
from six.moves import map as imap
|
||||||
|
|
||||||
from .exceptions import DelugeRPCError
|
from .exceptions import DelugeRPCError
|
||||||
from .protocol import DelugeRPCRequest, DelugeRPCResponse
|
from .protocol import DelugeRPCRequest, DelugeRPCResponse
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue