summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage_util.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage_util.py b/pym/portage_util.py
index 58827489d..329c0a389 100644
--- a/pym/portage_util.py
+++ b/pym/portage_util.py
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id: /var/cvsroot/gentoo-src/portage/pym/portage_util.py,v 1.11.2.6 2005/04/23 07:26:04 jstubbs Exp $
+import portage_exception
from portage_exception import PortageException, FileNotFound, OperationNotPermitted, ReadOnlyFileSystem
import sys,string,shlex,os,errno