remove with_statement(for 2.5) from __future__

This commit is contained in:
j 2016-08-23 18:12:46 +02:00
commit 5153c08698
9 changed files with 7 additions and 9 deletions

View file

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# vi:si:et:sw=4:sts=4:ts=4
# GPL 2008
from __future__ import with_statement, print_function
from __future__ import print_function
import math