summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/__init__.py
diff options
context:
space:
mode:
authorVratislav Podzimek <vpodzime@redhat.com>2013-01-17 13:06:07 +0100
committerVratislav Podzimek <vpodzime@redhat.com>2013-01-22 13:01:59 +0100
commit0dbea8e00a21240593b85a6728989c9b1ead232e (patch)
tree416a35a200fbd7f1b2eb095fbb6a19d6a896e7ac /pyanaconda/ui/__init__.py
parent25007061a631905368d39731e56691260d4cad0d (diff)
downloadanaconda-0dbea8e00a21240593b85a6728989c9b1ead232e.tar.gz
anaconda-0dbea8e00a21240593b85a6728989c9b1ead232e.tar.xz
anaconda-0dbea8e00a21240593b85a6728989c9b1ead232e.zip
Cleanup some trailing whitespace on otherwise empty lines
Since this patch affects just the lines having (trailing) whitespace only, it doesn't ruin git history in any significant way.
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.