diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-10-18 10:56:17 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-10-18 10:56:17 +0200 |
commit | 70f6c0e2f7f56aa42168a89154e8e1a9e4a4288f (patch) | |
tree | d9d2659415e935a431e2f219125c9f36d2c79686 /module/plugins | |
parent | closed #157, account request cleanup (diff) | |
download | pyload-70f6c0e2f7f56aa42168a89154e8e1a9e4a4288f.tar.xz |
closed #158
Diffstat (limited to 'module/plugins')
-rw-r--r-- | module/plugins/hoster/FileserveCom.py | 4 |
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
|