From 70f6c0e2f7f56aa42168a89154e8e1a9e4a4288f Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 18 Oct 2010 10:56:17 +0200 Subject: closed #158 --- module/plugins/hoster/FileserveCom.py | 4 ++-- 1 file 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 -- cgit v1.2.3