From 9f5eeff72146d3c5178d66b4879af7a6abfc22f1 Mon Sep 17 00:00:00 2001 From: nfnty Date: Sat, 21 Jan 2017 22:30:59 +0100 Subject: Python 3 division: Import `division` from `__future__` --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6e86a516..5bbafd5d 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # This file is part of ranger, the console file manager. # License: GNU GPL version 3, see the file "AUTHORS" for details. -from __future__ import (absolute_import, print_function) +from __future__ import (absolute_import, division, print_function) import distutils.core # pylint: disable=import-error,no-name-in-module import os.path -- cgit 1.4.1-2-gfad0