[gedit-plugins/gnome-3-32] Revert "Prevents 'NameError: name sys is not defined' thrown by line 394"



commit 91ea95be3840981f5087238470cd060f782a3ed4
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Fri May 17 18:16:29 2019 -0400

    Revert "Prevents 'NameError: name sys is not defined' thrown by line 394"
    
    This reverts commit 007478962013b71692f9c0e8ca20c0b83730c7ec.
    
    Reverting commits so that the 3.32.2 tag will match the 3.32 tarball
    while keeping on the gedit-3-32 branch

 plugins/multiedit/multiedit/viewactivatable.py | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/plugins/multiedit/multiedit/viewactivatable.py b/plugins/multiedit/multiedit/viewactivatable.py
index 4f568ac..d063f99 100644
--- a/plugins/multiedit/multiedit/viewactivatable.py
+++ b/plugins/multiedit/multiedit/viewactivatable.py
@@ -21,7 +21,6 @@
 
 import re, time
 import xml.sax.saxutils
-import sys
 
 from gi.repository import GLib, GObject, Pango, PangoCairo, Gdk, Gtk, Gedit
 


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