diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/fe/gtk/LocalMounts.py | 1 |
2 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,10 @@ # ChangeLog for Gentoo Linux Installer # Copyright 2005-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.686 2006/09/15 16:37:11 agaffney Exp $ +# $Id: $ + + 17 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> + src/fe/gtk/LocalMounts.py: + import GLIUtility 17 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> src/fe/gtk/gtkfe.py: start with Partitioning screen diff --git a/src/fe/gtk/LocalMounts.py b/src/fe/gtk/LocalMounts.py index 4c5b515..35ba8c1 100644 --- a/src/fe/gtk/LocalMounts.py +++ b/src/fe/gtk/LocalMounts.py @@ -10,6 +10,7 @@ import commands, string import copy from ProgressDialog import * import Partitioning +import GLIUtility class Panel(GLIScreen): |