python2.5 compatibility (for maemo)

This commit is contained in:
Christophe Benz 2010-11-01 16:48:17 +01:00
commit b69a31e1b9
8 changed files with 7 additions and 10 deletions

View file

@ -15,6 +15,10 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# python2.5 compatibility
from __future__ import with_statement
import os
import sys
import tempfile