diff --git a/iutil.py b/iutil.py
index def8db6..087ec1f 100644
--- a/iutil.py
+++ b/iutil.py
@@ -470,7 +470,7 @@ def copyDeviceNode(src, dest):
## Get the SPARC machine variety type.
# @return The SPARC machine type, or 0 if not SPARC.
def getSparcMachine():
- if not isSPARC():
+ if not isSparc():
return 0
machine = None
--
1.7.0
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
diff --git a/iutil.py b/iutil.py
index e275130..e1cde5e 100644
--- a/iutil.py
+++ b/iutil.py
@@ -499,7 +499,7 @@ def copyDeviceNode(src, dest):
## Get the SPARC machine variety type.
# @return The SPARC machine type, or 0 if not SPARC.
def getSparcMachine():
- if not isSPARC():
+ if not isSparc():
return 0
machine = None
--
1.7.0
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list