summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 137e3b3..bc8b839 100644
--- a/portato/plugins/highlight.py
+++ b/portato/plugins/highlight.py
@@ -12,7 +12,7 @@
from portato.gui.gtk.windows import EbuildWindow
-from portato.extern import gtksourceview
+import gtksourceview
class HighlightedEbuildWindow (EbuildWindow):
"""An ebuild window with syntax highlighting, using the GtkSourceview."""