From 16e1ee584d6ddec46ffbef8c9b1d52c51a826648 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 7 Dec 2014 16:08:27 +0100 Subject: Fix with_statement --- pyload/manager/AccountManager.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyload/manager/AccountManager.py') 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 -- cgit v1.2.3