Fix import

This commit is contained in:
Andrew Resch 2009-01-27 20:48:29 +00:00
parent 45669ca703
commit 3632409b29
1 changed files with 3 additions and 3 deletions

View File

@ -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