aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-06-21 15:34:34 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-06-21 15:34:34 +0000
commit6249dbff7fa7b86a1fc32d6305c842d8f6e26679 (patch)
tree89aba3c1c1551ce2c36449d6c19c970db2fd0254 /exception.py
parentRemoved adpix (diff)
downloadanaconda-6249dbff7fa7b86a1fc32d6305c842d8f6e26679.tar.gz
anaconda-6249dbff7fa7b86a1fc32d6305c842d8f6e26679.tar.bz2
anaconda-6249dbff7fa7b86a1fc32d6305c842d8f6e26679.zip
Automated customisations
Diffstat (limited to 'exception.py')
-rw-r--r--exception.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/exception.py b/exception.py
index d857cbd..31883a4 100644
--- a/exception.py
+++ b/exception.py
@@ -93,7 +93,7 @@ class AnacondaExceptionHandler(ExceptionHandler):
# see a similar comment at runDebug()
try:
- from sabayon import Entropy
+ from gentoo import Entropy
from entropy.cache import EntropyCacher
EntropyCacher().stop()
etp = Entropy()