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 6267b2c..116003a 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: