diff options
Diffstat (limited to 'portato')
-rw-r--r-- | portato/extern/__init__.py | 0 | ||||
-rw-r--r-- | portato/plugins/highlight.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/portato/extern/__init__.py b/portato/extern/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/portato/extern/__init__.py 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.""" |