X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/a56625a2f51a02982318d116ab01bd4bbb2e9a93..48aaca91efa214b37dba94f28582be73f3c90dbd:/test/ganeti.uidpool_unittest.py diff --git a/test/ganeti.uidpool_unittest.py b/test/ganeti.uidpool_unittest.py index cbffa8e..deed3db 100755 --- a/test/ganeti.uidpool_unittest.py +++ b/test/ganeti.uidpool_unittest.py @@ -118,5 +118,5 @@ class TestUidPool(testutils.GanetiTestCase): self.assertEqualValues(uid.GetUid(), -1) -if __name__ == '__main__': +if __name__ == "__main__": testutils.GanetiTestProgram()