projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36ee257
)
Add missing writmsg import.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 24 Feb 2010 04:55:26 +0000
(
04:55
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 24 Feb 2010 04:55:26 +0000
(
04:55
-0000)
svn path=/main/trunk/; revision=15445
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.