summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-08-09 18:16:19 +0000
committerMatt Wilson <msw@redhat.com>2001-08-09 18:16:19 +0000
commit470aa28013177b9b8fb6a10fed41c62617afa558 (patch)
treeb3ba55f65483d40298ce8deb9ff2d233310ff89a /packages.py
parentffeef984d5b5c53cc81341780e4c50b0660fd28d (diff)
downloadanaconda-470aa28013177b9b8fb6a10fed41c62617afa558.tar.gz
anaconda-470aa28013177b9b8fb6a10fed41c62617afa558.tar.xz
anaconda-470aa28013177b9b8fb6a10fed41c62617afa558.zip
support deferring language load until second stage. This allows a user to set up Korean NFS and get Korean GUI (#50364)
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages.py b/packages.py
index c0703fd5f..bb740fa19 100644
--- a/packages.py
+++ b/packages.py
@@ -193,7 +193,6 @@ def checkDependencies(dir, intf, disp, id, instPath):
#else:
class InstallCallback:
-
def cb(self, what, amount, total, h, (param)):
if (what == rpm.RPMCALLBACK_TRANS_START):
# step 6 is the bulk of the transaction set