mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-23 19:03:23 +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 deluge.rencode as rencode
|
||||||
import zlib
|
import zlib
|
||||||
|
|
||||||
|
import deluge.common
|
||||||
|
from deluge.log import LOG as log
|
||||||
|
|
||||||
if deluge.common.windows_check():
|
if deluge.common.windows_check():
|
||||||
import win32api
|
import win32api
|
||||||
else:
|
else:
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
import deluge.common
|
|
||||||
from deluge.log import LOG as log
|
|
||||||
|
|
||||||
RPC_RESPONSE = 1
|
RPC_RESPONSE = 1
|
||||||
RPC_ERROR = 2
|
RPC_ERROR = 2
|
||||||
RPC_SIGNAL = 3
|
RPC_SIGNAL = 3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue