summaryrefslogtreecommitdiffstats
path: root/module/network
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-30 16:09:09 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-30 16:09:09 +0200
commit301ac21f2a4b6032d05fba362d167bf182404ee6 (patch)
tree71def1385a5c35d53994e95fac074b91d0eeafc5 /module/network
parentencoding fixes (diff)
downloadpyload-301ac21f2a4b6032d05fba362d167bf182404ee6.tar.xz
little fixes
Diffstat (limited to 'module/network')
-rw-r--r--module/network/XdccRequest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/network/XdccRequest.py b/module/network/XdccRequest.py
index e6d714b25..28aee262e 100644
--- a/module/network/XdccRequest.py
+++ b/module/network/XdccRequest.py
@@ -25,7 +25,7 @@ import time
import socket
from select import select
import re
-from os import sep, rename, stat
+from os import rename
from os.path import exists
import struct