aboutsummaryrefslogtreecommitdiff
path: root/gentoo
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-21 22:02:26 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-21 22:02:26 +0000
commit0187b3b275e6d5237088840235fe093a16e4af04 (patch)
treed87518ad0d6ba313f500a704d7d497452e92ced3 /gentoo
parentiw/welcome_gui.py: rename bootloader → bootloaderwelcome (diff)
downloadanaconda-0187b3b275e6d5237088840235fe093a16e4af04.tar.gz
anaconda-0187b3b275e6d5237088840235fe093a16e4af04.tar.bz2
anaconda-0187b3b275e6d5237088840235fe093a16e4af04.zip
gentoo/utils.py: copy_files is not global
Diffstat (limited to 'gentoo')
-rw-r--r--gentoo/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoo/utils.py b/gentoo/utils.py
index dcf186a..42f745e 100644
--- a/gentoo/utils.py
+++ b/gentoo/utils.py
@@ -870,7 +870,7 @@ class GentooInstall:
action = _("Installing stage3")
- copy_files(self._prod_root, "/")
+ self.copy_files(self._prod_root, "/")
self._progress.set_text(_("Installation complete"))