diff --git a/openstv/plugins.py b/openstv/plugins.py index 7e99f14..355cbb7 100644 --- a/openstv/plugins.py +++ b/openstv/plugins.py @@ -1,3 +1,4 @@ +from __future__ import print_function "Module to load plugins." ## Copyright (C) 2003-2010 Jeffrey O'Neill diff --git a/openstv/spars.py b/openstv/spars.py index e9dda6c..6cd240b 100644 --- a/openstv/spars.py +++ b/openstv/spars.py @@ -1,3 +1,5 @@ +from __future__ import print_function + """Model voters with ranked ballot data and count with various voting systems. VOTING MODELS diff --git a/setup.py b/setup.py index 82a8f1f..8bbf07c 100755 --- a/setup.py +++ b/setup.py @@ -11,6 +11,8 @@ ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. +from __future__ import print_function + import sys import os import glob