From c3d0d4d858242d2c5362f9b8152ca8027140edf7 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Thu, 26 Apr 2007 09:15:40 +0000 Subject: highlight works -> reverting to old --- portato/plugins/highlight.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato') 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.""" -- cgit v1.2.3-54-g00ecf