projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7caa14
)
Add missing writmsg import. (trunk r15445)
author
Zac Medico
<zmedico@gentoo.org>
Tue, 2 Mar 2010 20:58:31 +0000
(20:58 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 2 Mar 2010 20:58:31 +0000
(20:58 -0000)
svn path=/main/branches/2.1.7/; revision=15654
pym/portage/util/digraph.py
patch
|
blob
|
history
diff --git
a/pym/portage/util/digraph.py
b/pym/portage/util/digraph.py
index d172d1c927f267c7ffe53c635c2c6acefbaf5342..ef7b06fc7b716870b2aec1402c2dda22d8266365 100644
(file)
--- a/
pym/portage/util/digraph.py
+++ b/
pym/portage/util/digraph.py
@@
-2,6
+2,8
@@
# Distributed under the terms of the GNU General Public License v2
# $Id$
+from portage.util import writemsg
+
class digraph(object):
"""
A directed graph object.