Add missing writmsg import.
authorZac Medico <zmedico@gentoo.org>
Wed, 24 Feb 2010 04:55:26 +0000 (04:55 -0000)
committerZac 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

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.