From e17c410d4c0fcd6c9c59368e1472cdc524617dc1 Mon Sep 17 00:00:00 2001 From: mkaay Date: Thu, 17 Dec 2009 21:53:59 +0100 Subject: fixed with statement (python2.5) --- module/gui/XMLParser.py | 1 + 1 file changed, 1 insertion(+) (limited to 'module/gui/XMLParser.py') diff --git a/module/gui/XMLParser.py b/module/gui/XMLParser.py index 0e3b4e59f..5e3b7bf65 100644 --- a/module/gui/XMLParser.py +++ b/module/gui/XMLParser.py @@ -15,6 +15,7 @@ @author: mkaay """ +from __future__ import with_statement from PyQt4.QtCore import * from PyQt4.QtGui import * -- cgit v1.2.3