diff options
Diffstat (limited to 'portato/plugins')
-rw-r--r-- | portato/plugins/highlight.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/plugins/highlight.py b/portato/plugins/highlight.py index bc8b839..137e3b3 100644 --- a/portato/plugins/highlight.py +++ b/portato/plugins/highlight.py @@ -12,7 +12,7 @@ from portato.gui.gtk.windows import EbuildWindow -import gtksourceview +from portato.extern import gtksourceview class HighlightedEbuildWindow (EbuildWindow): """An ebuild window with syntax highlighting, using the GtkSourceview.""" |