summaryrefslogtreecommitdiff
path: root/portato/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'portato/plugins')
-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."""
eumann2-13/+12 2009-07-05Port DependencyDetailRené 'Necoro' Neumann4-129/+118 2009-07-05Also port FilesDetailRené 'Necoro' Neumann3-43/+24 2009-07-05Also ported EbuildDetailRené 'Necoro' Neumann3-27/+14