diff options
author | 2014-12-07 16:03:18 +0100 | |
---|---|---|
committer | 2014-12-07 16:03:18 +0100 | |
commit | 0331df435b912d8abfc012d15fd8be9ae90ad78d (patch) | |
tree | f4e44f5ea7da19d33235ba311ade9f1133c30a97 /pyload/plugins/internal/Container.py | |
parent | Merge branch 'stable' into 0.4.10 (diff) | |
download | pyload-0331df435b912d8abfc012d15fd8be9ae90ad78d.tar.xz |
Fix previous merge
Diffstat (limited to 'pyload/plugins/internal/Container.py')
-rw-r--r-- | pyload/plugins/internal/Container.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyload/plugins/internal/Container.py b/pyload/plugins/internal/Container.py index b7dd3aa20..3320217ae 100644 --- a/pyload/plugins/internal/Container.py +++ b/pyload/plugins/internal/Container.py @@ -1,5 +1,7 @@ # -*- coding: utf-8 -*- +from __future__ import with_statement + import re from os import remove |