From b43008515d506c0a8cabe307cf38fe8a25cfd346 2020-02-27 05:23:21 From: Terry Davis <16829776+terrdavis@users.noreply.github.com> Date: 2020-02-27 05:23:21 Subject: [PATCH] remove __future__ import of print function --- diff --git a/setup.py b/setup.py index 9ce9f37..252fe11 100755 --- a/setup.py +++ b/setup.py @@ -17,8 +17,6 @@ requires utilities which are not available under Windows.""" # The full license is in the file COPYING.rst, distributed with this software. #----------------------------------------------------------------------------- -from __future__ import print_function - import os import sys