From ea4ad843e898011ff64dc582de81361eb5fff520 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Sun, 31 Aug 2014 00:47:05 +0200 Subject: [PATCH] Enable 2to3 for the Python scripts fixes #7037 --- python/setup.py.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/setup.py.cmake b/python/setup.py.cmake index ce8e1e04a..1d4c5bd64 100644 --- a/python/setup.py.cmake +++ b/python/setup.py.cmake @@ -15,6 +15,7 @@ setup( packages = find_packages(), entry_points = { 'console_scripts': [ 'icinga2-list-objects=icinga2.commands.list_objects:main' ] - } + }, + use_2to3 = True ) -- 2.40.0