summaryrefslogtreecommitdiff
path: root/portato/plugins
diff options
context:
space:
mode:
authornecoro <>2007-04-26 09:11:01 +0000
committernecoro <>2007-04-26 09:11:01 +0000
commit42f5604510feee70597d66d622a0f12dbddfee86 (patch)
treec8cece5c0f0588e7ff28ea4576c7c6f6f5859eb8 /portato/plugins
parent08ce2332b85234bcedb9f5ba1d49c4987bea7db3 (diff)
downloadportato-42f5604510feee70597d66d622a0f12dbddfee86.tar.gz
portato-42f5604510feee70597d66d622a0f12dbddfee86.tar.bz2
portato-42f5604510feee70597d66d622a0f12dbddfee86.zip
trying the new gtksourceview
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."""