[gedit-plugins/gnome-3-32] Prevents 'NameError: name sys is not defined' thrown by line 394
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-plugins/gnome-3-32] Prevents 'NameError: name sys is not defined' thrown by line 394
- Date: Fri, 17 May 2019 22:18:23 +0000 (UTC)
commit cda14d8fcf8138061748defdca93482b09751e83
Author: Jordi Mas <jmas softcatala org>
Date: Thu May 16 17:59:28 2019 +0200
Prevents 'NameError: name sys is not defined' thrown by line 394
plugins/multiedit/multiedit/viewactivatable.py | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/plugins/multiedit/multiedit/viewactivatable.py b/plugins/multiedit/multiedit/viewactivatable.py
index d063f99..4f568ac 100644
--- a/plugins/multiedit/multiedit/viewactivatable.py
+++ b/plugins/multiedit/multiedit/viewactivatable.py
@@ -21,6 +21,7 @@
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]