Enable 2to3 for the Python scripts

fixes #7037
This commit is contained in:
Gunnar Beutner 2014-08-31 00:47:05 +02:00
parent eb091a87b0
commit ea4ad843e8
1 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ setup(
packages = find_packages(),
entry_points = {
'console_scripts': [ 'icinga2-list-objects=icinga2.commands.list_objects:main' ]
}
},
use_2to3 = True
)