diff options
author | necoro <> | 2007-04-26 09:11:01 +0000 |
---|---|---|
committer | necoro <> | 2007-04-26 09:11:01 +0000 |
commit | 42f5604510feee70597d66d622a0f12dbddfee86 (patch) | |
tree | c8cece5c0f0588e7ff28ea4576c7c6f6f5859eb8 /portato/plugins/highlight.py | |
parent | 08ce2332b85234bcedb9f5ba1d49c4987bea7db3 (diff) | |
download | portato-42f5604510feee70597d66d622a0f12dbddfee86.tar.gz portato-42f5604510feee70597d66d622a0f12dbddfee86.tar.bz2 portato-42f5604510feee70597d66d622a0f12dbddfee86.zip |
trying the new gtksourceview
Diffstat (limited to 'portato/plugins/highlight.py')
-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 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.""" |