[gedit-plugins/python-cleanup] Remove unused code



commit 5da17c83a274fb02eb9aaaa4bfcb26a299037509
Author: Jordi Mas <jmas softcatala org>
Date:   Fri May 3 21:41:58 2019 +0200

    Remove unused code

 plugins/codecomment/codecomment.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/plugins/codecomment/codecomment.py b/plugins/codecomment/codecomment.py
index 8ca2038..a0f3740 100644
--- a/plugins/codecomment/codecomment.py
+++ b/plugins/codecomment/codecomment.py
@@ -23,8 +23,7 @@
 
 import gi
 gi.require_version('Gtk', '3.0')
-gi.require_version('GtkSource', '4')
-from gi.repository import GObject, Gio, Gtk, GtkSource, Gedit
+from gi.repository import GObject, Gio, Gtk, Gedit
 from gpdefs import *
 
 try:


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