mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-05 08:03:40 +00:00
Fix import
This commit is contained in:
parent
45669ca703
commit
3632409b29
@ -27,14 +27,14 @@ from twisted.internet import reactor, ssl, defer
|
||||
import deluge.rencode as rencode
|
||||
import zlib
|
||||
|
||||
import deluge.common
|
||||
from deluge.log import LOG as log
|
||||
|
||||
if deluge.common.windows_check():
|
||||
import win32api
|
||||
else:
|
||||
import subprocess
|
||||
|
||||
import deluge.common
|
||||
from deluge.log import LOG as log
|
||||
|
||||
RPC_RESPONSE = 1
|
||||
RPC_ERROR = 2
|
||||
RPC_SIGNAL = 3
|
||||
|
Loading…
x
Reference in New Issue
Block a user