diff options
author | Andrew Gaffney <agaffney@gentoo.org> | 2007-11-17 21:08:26 +0000 |
---|---|---|
committer | Andrew Gaffney <agaffney@gentoo.org> | 2007-11-17 21:08:26 +0000 |
commit | a0f237a2241c2e6bb80b872ac26c43ac1391eebb (patch) | |
tree | 5a555c5fa95d5c307d7469e4add6a63a778631a4 | |
parent | start with Partitioning screen (diff) | |
download | gli-a0f237a2241c2e6bb80b872ac26c43ac1391eebb.tar.gz gli-a0f237a2241c2e6bb80b872ac26c43ac1391eebb.tar.bz2 gli-a0f237a2241c2e6bb80b872ac26c43ac1391eebb.zip |
import GLIUtility
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1870 f8877401-5920-0410-a79b-8e2d7e04ca0d
-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): |