summaryrefslogtreecommitdiffstats
path: root/src/tests/pyhbac-test.py
diff options
context:
space:
mode:
authorPavel Reichl <preichl@redhat.com>2015-08-11 04:54:50 -0400
committerJakub Hrozek <jhrozek@redhat.com>2015-09-03 09:42:58 +0200
commit2b490bc947dbe0094417304840bd721417a162d9 (patch)
treed5203772a7d392612300d84ef3f8fa2d0eaf2558 /src/tests/pyhbac-test.py
parent175613be0cfb0890174d12d941e634d833b63dd9 (diff)
downloadsssd-2b490bc947dbe0094417304840bd721417a162d9.tar.gz
sssd-2b490bc947dbe0094417304840bd721417a162d9.tar.xz
sssd-2b490bc947dbe0094417304840bd721417a162d9.zip
Remove trailing whitespace
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> Reviewed-by: Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
Diffstat (limited to 'src/tests/pyhbac-test.py')
-rwxr-xr-xsrc/tests/pyhbac-test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tests/pyhbac-test.py b/src/tests/pyhbac-test.py
index 83958d7bf..9d8fd1a33 100755
--- a/src/tests/pyhbac-test.py
+++ b/src/tests/pyhbac-test.py
@@ -137,7 +137,6 @@ class PyHbacRuleElementTest(unittest.TestCase):
el.names = ['foo']
el.groups = ['bar, baz']
self.assertEquals(el.__repr__(), u'<category 1 names [foo] groups [bar, baz]>')
-
class PyHbacRuleTest(unittest.TestCase):
def testRuleGetSetName(self):