Import reduce via functools

In Python3 reduce must be imported from functools, python2.6
supports the import as a "nop".

Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
Niels Thykier 2011-12-18 14:56:48 +01:00
parent b15a93459c
commit 4a1bee1fc9

View File

@ -194,6 +194,7 @@ from excuse import Excuse
from migrationitem import MigrationItem, HintItem
from hints import HintCollection
from britney import buildSystem
from functools import reduce
__author__ = 'Fabio Tranchitella and the Debian Release Team'
__version__ = '2.0'