mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 20:14:51 +00:00
Fix import
This commit is contained in:
parent
45669ca703
commit
3632409b29
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue