Skip to content

Commit ab3e3fb

Browse files
author
Ildar Mulyukov
committed
plugin.py: tiny fix so that it works with newer gEdit
1 parent 7d83d2b commit ab3e3fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: sourcecodebrowser/plugin.py

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import logging
44
import tempfile
55
from . import ctags
6+
import gi
67
from gi.repository import GObject, GdkPixbuf, Gedit, Gtk, PeasGtk, Gio
78

89
try:

0 commit comments

Comments
 (0)