From e49c33d6114ddc8051c349aa325872bd7840289b Mon Sep 17 00:00:00 2001 From: Necoro <> Date: Fri, 18 Jan 2008 19:24:38 +0000 Subject: r661@Devoty: necoro | 2008-01-18 14:16:59 +0100 First support for interactive emerges r662@Devoty: necoro | 2008-01-18 20:22:58 +0100 Now finished interactive emerges --- portato/gui/gtk/wrapper.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'portato/gui/gtk/wrapper.py') diff --git a/portato/gui/gtk/wrapper.py b/portato/gui/gtk/wrapper.py index cadec6a..e601f5d 100644 --- a/portato/gui/gtk/wrapper.py +++ b/portato/gui/gtk/wrapper.py @@ -3,7 +3,7 @@ # File: portato/gui/gtk/wrapper.py # This file is part of the Portato-Project, a graphical portage-frontend. # -# Copyright (C) 2006 René 'Necoro' Neumann +# Copyright (C) 2006-2008 René 'Necoro' Neumann # This is free software. You may redistribute copies of it under the terms of # the GNU General Public License version 2. # There is NO WARRANTY, to the extent permitted by law. @@ -12,9 +12,10 @@ from __future__ import absolute_import +import vte from gettext import lgettext as _ from ..wrapper import Tree, Console -import vte +from ...helper import debug class GtkTree (Tree): """The implementation of the abstract tree.""" -- cgit v1.2.3-70-g09d2 ecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-28Bump version1.6.4Jason A. Donenfeld1-1/+1
2015-01-27Strip ".gpg" from symlinks as wellTheo Chatzimichos1-2/+2
2015-01-19clip: Show an error message if xclip returns a non-zero exit codeWieland Hoffmann1-3/+2
2015-01-19Correct path for top level grepJason A. Donenfeld1-2/+3