identical from __future__ import in ALL py files

This commit is contained in:
thorade
2017-11-01 10:41:27 +01:00
committed by Thomas Krijnen
parent f3e20ae450
commit 6bffee83fe
11 changed files with 37 additions and 0 deletions
@@ -16,6 +16,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
# #
###############################################################################
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
import functools