From: Zac Medico Date: Tue, 7 Sep 2010 00:42:56 +0000 (-0700) Subject: Force absolute import in glsa.py since otherwise the xml.dom.minidom X-Git-Tag: v2.2_rc77~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9ae70ccd959e5584ccf4f972b0387240ccdd3898;p=portage.git Force absolute import in glsa.py since otherwise the xml.dom.minidom import tries to use the new portage.xml module. --- 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: