diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2013-04-19 16:10:51 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2013-04-19 16:10:51 +0100 |
commit | e1e90150c65f28c161e5faf16291af0778dd2e3d (patch) | |
tree | dd742c8ab92693e47615f99bb2779dbf02bece53 | |
parent | d48129e25248b514ce09f59730742713cf1a70e2 (diff) | |
download | sos-e1e90150c65f28c161e5faf16291af0778dd2e3d.tar.gz |
Fix whitespace breakage in previous commit
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/policies/ubuntu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/policies/ubuntu.py b/sos/policies/ubuntu.py index b889441a..c9a8177b 100644 --- a/sos/policies/ubuntu.py +++ b/sos/policies/ubuntu.py @@ -12,7 +12,7 @@ class UbuntuPolicy(DebianPolicy): def __init__(self): super(UbuntuPolicy, self).__init__() - self.valid_subclasses = [DebianPlugin, UbuntuPlugin] + self.valid_subclasses = [DebianPlugin, UbuntuPlugin] @classmethod def check(self): |