diff options
author | necoro <> | 2007-04-26 09:15:40 +0000 |
---|---|---|
committer | necoro <> | 2007-04-26 09:15:40 +0000 |
commit | c3d0d4d858242d2c5362f9b8152ca8027140edf7 (patch) | |
tree | 62c6cb17d7e282ec1fc7f114ab331a87394e9d0a /portato/plugins | |
parent | 42f5604510feee70597d66d622a0f12dbddfee86 (diff) | |
download | portato-c3d0d4d858242d2c5362f9b8152ca8027140edf7.tar.gz portato-c3d0d4d858242d2c5362f9b8152ca8027140edf7.tar.bz2 portato-c3d0d4d858242d2c5362f9b8152ca8027140edf7.zip |
highlight works -> reverting to old
Diffstat (limited to '')
-rw-r--r-- | portato/plugins/highlight.py | 2 |
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.""" |