summaryrefslogtreecommitdiff
path: root/portato/plugins
diff options
context:
space:
mode:
authornecoro <>2007-04-26 09:15:40 +0000
committernecoro <>2007-04-26 09:15:40 +0000
commitc3d0d4d858242d2c5362f9b8152ca8027140edf7 (patch)
tree62c6cb17d7e282ec1fc7f114ab331a87394e9d0a /portato/plugins
parent42f5604510feee70597d66d622a0f12dbddfee86 (diff)
downloadportato-c3d0d4d858242d2c5362f9b8152ca8027140edf7.tar.gz
portato-c3d0d4d858242d2c5362f9b8152ca8027140edf7.tar.bz2
portato-c3d0d4d858242d2c5362f9b8152ca8027140edf7.zip
highlight works -> reverting to old
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 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."""