summaryrefslogtreecommitdiffstats
path: root/pyload/manager
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/manager')
-rw-r--r--pyload/manager/AccountManager.py2
-rw-r--r--pyload/manager/PluginManager.py2
2 files changed, 4 insertions, 0 deletions
diff --git a/pyload/manager/AccountManager.py b/pyload/manager/AccountManager.py
index 9dc98770c..cd9d51da1 100644
--- a/pyload/manager/AccountManager.py
+++ b/pyload/manager/AccountManager.py
@@ -1,5 +1,7 @@
# -*- coding: utf-8 -*-
+from __future__ import with_statement
+
from os.path import exists
from shutil import copy
diff --git a/pyload/manager/PluginManager.py b/pyload/manager/PluginManager.py
index b071ac476..aa3668657 100644
--- a/pyload/manager/PluginManager.py
+++ b/pyload/manager/PluginManager.py
@@ -1,5 +1,7 @@
# -*- coding: utf-8 -*-
+from __future__ import with_statement
+
import re
import sys