locking: Change locking order, move NAL after instances
[ganeti-local] / test / ganeti.uidpool_unittest.py
index cbffa8e..deed3db 100755 (executable)
@@ -118,5 +118,5 @@ class TestUidPool(testutils.GanetiTestCase):
     self.assertEqualValues(uid.GetUid(), -1)
 
 
-if __name__ == '__main__':
+if __name__ == "__main__":
   testutils.GanetiTestProgram()