projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12c645c
)
Force absolute import in glsa.py since otherwise the xml.dom.minidom
author
Zac Medico
<zmedico@gentoo.org>
Tue, 7 Sep 2010 00:42:56 +0000
(17:42 -0700)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/pym/portage/glsa.py
b/pym/portage/glsa.py
index 6267b2cc058173353c68c99ef4e3bc625f2b56bf..116003a5de99fd45c81dbcc31a03bd8a7e59ab9c 100644
(file)
--- a/
pym/portage/glsa.py
+++ b/
pym/portage/glsa.py
@@
-1,6
+1,8
@@
-# Copyright 2003-20
07
Gentoo Foundation
+# Copyright 2003-20
10
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+from __future__ import absolute_import
+
import codecs
import sys
try: