summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyanaconda/ui/__init__.py')
-rw-r--r--pyanaconda/ui/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyanaconda/ui/__init__.py b/pyanaconda/ui/__init__.py
index d09e9b498..c60698d64 100644
--- a/pyanaconda/ui/__init__.py
+++ b/pyanaconda/ui/__init__.py
@@ -76,7 +76,7 @@ class UserInterface(object):
for k,v in pathdict.iteritems():
cls.paths.setdefault(k, [])
cls.paths[k].extend(v)
-
+
def setup(self, data):
"""Construct all the objects required to implement this interface.
This method must be provided by all subclasses.
@@ -147,7 +147,7 @@ class UserInterface(object):
getattr(obj, "preForHub", False) or getattr(obj, "postForHub", False)))
return standalones
-
+
def _orderActionClasses(self, spokes, hubs):
"""Order all the Hub and Spoke classes which should be enqueued for
processing according to their pre/post dependencies.