diff options
Diffstat (limited to 'module/network/XdccRequest.py')
-rw-r--r-- | module/network/XdccRequest.py | 2 |
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
|