remove useless import of with_statement (we do not support anymore python2.5)

refs #806
This commit is contained in:
Romain Bignon 2013-07-27 14:38:18 +02:00
commit c0740e695d
84 changed files with 83 additions and 85 deletions

View file

@ -17,7 +17,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from __future__ import with_statement
from weboob.capabilities.bank import ICapBank, AccountNotFound
from weboob.tools.backend import BaseBackend, BackendConfig