From 78193e431e527a609be6120a5b2bdcfcc228bfd9 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 18 Aug 2010 19:01:12 +0200 Subject: shareonline py25 fix --- module/plugins/hoster/ShareonlineBiz.py | 1 + 1 file changed, 1 insertion(+) (limited to 'module/plugins/hoster') diff --git a/module/plugins/hoster/ShareonlineBiz.py b/module/plugins/hoster/ShareonlineBiz.py index 50a9654ce..070fd948f 100644 --- a/module/plugins/hoster/ShareonlineBiz.py +++ b/module/plugins/hoster/ShareonlineBiz.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +from __future__ import with_statement import os import os.path -- cgit v1.2.3