summaryrefslogtreecommitdiffstats
path: root/module/network/FtpRequest.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/network/FtpRequest.py')
-rw-r--r--module/network/FtpRequest.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/module/network/FtpRequest.py b/module/network/FtpRequest.py
index a2f83d0fc..026d0f9fc 100644
--- a/module/network/FtpRequest.py
+++ b/module/network/FtpRequest.py
@@ -21,9 +21,8 @@
@version: v0.3.2
"""
-import base64
import time
-from os import sep, rename, stat
+from os import rename
from os.path import exists
from cStringIO import StringIO
import pycurl