Force absolute import in glsa.py since otherwise the xml.dom.minidom
authorZac Medico <zmedico@gentoo.org>
Tue, 7 Sep 2010 00:42:56 +0000 (17:42 -0700)
committerZac Medico <zmedico@gentoo.org>
Tue, 7 Sep 2010 00:42:56 +0000 (17:42 -0700)
import tries to use the new portage.xml module.

pym/portage/glsa.py

index 6267b2cc058173353c68c99ef4e3bc625f2b56bf..116003a5de99fd45c81dbcc31a03bd8a7e59ab9c 100644 (file)
@@ -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: