From 9ae70ccd959e5584ccf4f972b0387240ccdd3898 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 6 Sep 2010 17:42:56 -0700 Subject: Force absolute import in glsa.py since otherwise the xml.dom.minidom import tries to use the new portage.xml module. --- pym/portage/glsa.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pym/portage/glsa.py') diff --git a/pym/portage/glsa.py b/pym/portage/glsa.py index 6267b2cc0..116003a5d 100644 --- a/pym/portage/glsa.py +++ b/pym/portage/glsa.py @@ -1,6 +1,8 @@ -# Copyright 2003-2007 Gentoo Foundation +# Copyright 2003-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +from __future__ import absolute_import + import codecs import sys try: -- cgit v1.2.3-1-g7c22