summaryrefslogtreecommitdiff
path: root/portato/plugins/highlight.py
diff options
context:
space:
mode:
Diffstat (limited to 'portato/plugins/highlight.py')
-rw-r--r--portato/plugins/highlight.py2
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."""