diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-18 19:01:12 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-18 19:01:12 +0200 |
commit | 78193e431e527a609be6120a5b2bdcfcc228bfd9 (patch) | |
tree | 2a6449f1338ac285eb861f00b686c094dab7340b /module/plugins/hoster/ShareonlineBiz.py | |
parent | folder fix (diff) | |
download | pyload-78193e431e527a609be6120a5b2bdcfcc228bfd9.tar.xz |
shareonline py25 fix
Diffstat (limited to 'module/plugins/hoster/ShareonlineBiz.py')
-rw-r--r-- | module/plugins/hoster/ShareonlineBiz.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |