summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-07-15 15:47:40 -0400
committerChris Lumens <clumens@redhat.com>2008-07-15 15:47:40 -0400
commit09d20474e8c6e27dbeeb6c10b1467ae91f89bae9 (patch)
tree37b8ac1b6bfa031ea46f128a1360712a3d792605
parent340da741c0c7539c287934c4282ba3d22346aae3 (diff)
downloadanaconda-09d20474e8c6e27dbeeb6c10b1467ae91f89bae9.tar.gz
anaconda-09d20474e8c6e27dbeeb6c10b1467ae91f89bae9.tar.xz
anaconda-09d20474e8c6e27dbeeb6c10b1467ae91f89bae9.zip
Declare variables before trying to use them (#455361).
-rw-r--r--iutil.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/iutil.py b/iutil.py
index 18366d976..b71296006 100644
--- a/iutil.py
+++ b/iutil.py
@@ -321,6 +321,8 @@ def getPPCMachine():
return 0
ppcMachine = None
+ machine = None
+ platform = None
# ppc machine hash
ppcType = { 'Mac' : 'PMac',