Add missing writmsg import. (trunk r15445)
authorZac Medico <zmedico@gentoo.org>
Tue, 2 Mar 2010 20:58:31 +0000 (20:58 -0000)
committerZac 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

index d172d1c927f267c7ffe53c635c2c6acefbaf5342..ef7b06fc7b716870b2aec1402c2dda22d8266365 100644 (file)
@@ -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.