aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'installclasses/corecd.py')
-rw-r--r--installclasses/corecd.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/installclasses/corecd.py b/installclasses/corecd.py
index e1fbb18..85c6e98 100644
--- a/installclasses/corecd.py
+++ b/installclasses/corecd.py
@@ -29,17 +29,17 @@ _ = lambda x: gettext.ldgettext("anaconda", x)
import installmethod
-from sabayon import Entropy
-from sabayon.livecd import LiveCDCopyBackend
+from gentoo import Entropy
+from gentoo.livecd import LiveCDCopyBackend
class InstallClass(BaseInstallClass):
- id = "sabayon_corecd"
- name = N_("Sabayon Core CD")
+ id = "gentoo_corecd"
+ name = N_("Gentoo Core CD")
_pixmap_dirs = os.getenv("PIXMAPPATH", "/usr/share/pixmaps").split(":")
for _pix_dir in _pixmap_dirs:
- _pix_path = os.path.join(_pix_dir, "sabayon-core.png")
+ _pix_path = os.path.join(_pix_dir, "gentoo-core.png")
if os.path.isfile(_pix_path):
pixmap = _pix_path