[gedit-plugins/gnome-3-32] Revert "Fixes exception. In Python 3 you need to import functools to have reduce function available"



commit 31a9a588c2bf9237f47b01d28a78d1cd5dda4119
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Fri May 17 18:15:44 2019 -0400

    Revert "Fixes exception. In Python 3 you need to import functools to have reduce function available"
    
    This reverts commit a39f6ec88f39b4f82847c8a4246a24babcb279dd.
    
    Reverting commits so that the 3.32.2 tag will match the 3.32 tarball
    while keeping on the gedit-3-32 branch

 plugins/commander/modules/align.py | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/plugins/commander/modules/align.py b/plugins/commander/modules/align.py
index c9977ad..f15dfda 100644
--- a/plugins/commander/modules/align.py
+++ b/plugins/commander/modules/align.py
@@ -24,7 +24,6 @@ import commander.commands.completion
 import commander.commands.result
 import commander.commands.exceptions
 
-from functools import reduce
 import re
 
 __commander_module__ = True


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]