Add future

This commit is contained in:
Iacopo Spalletti 2015-09-13 00:46:05 +02:00
commit 093dff43c4
21 changed files with 72 additions and 32 deletions

View file

@ -1,5 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import absolute_import, print_function, unicode_literals
from tempfile import mkdtemp
gettext = lambda s: s