summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
Diffstat (limited to 'module')
-rw-r--r--module/plugins/hoster/FileserveCom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/FileserveCom.py b/module/plugins/hoster/FileserveCom.py
index bad105f36..2f58393d3 100644
--- a/module/plugins/hoster/FileserveCom.py
+++ b/module/plugins/hoster/FileserveCom.py
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
+from __future__ import with_statement
import re
-from os import stat,remove
-from os.path import join
+from os import remove
from module.plugins.Hoster import Hoster
from module.plugins.ReCaptcha import ReCaptcha