diff options
-rw-r--r-- | pym/portage/util/digraph.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pym/portage/util/digraph.py b/pym/portage/util/digraph.py index d172d1c92..ef7b06fc7 100644 --- 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. |