Remove some from __future__, forbid 2.5 in setup

This commit is contained in:
Laurent Bachelier 2013-07-27 14:58:19 +02:00
commit fb1b8bc5b8
3 changed files with 3 additions and 9 deletions

View file

@ -18,8 +18,6 @@
# 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
import sys
import os
import tempfile