PEP8: fix E303: too many blank lines (2)
[samba.git] / python / samba / tests / samba_tool / ou.py
index 4896e1a3a9bc70d79699a1129b7bf0cc6b2334c4..47636d7cddb8438107871017ddddb9f89f41637d 100644 (file)
@@ -66,7 +66,6 @@ class OUCmdTestCase(SambaToolCmdTest):
                 self.assertCmdSuccess(result, out, err,
                                       "Failed to delete ou '%s'" % ou["name"])
 
-
     def test_newou(self):
         """This tests the "ou create" and "ou delete" commands"""
         # try to create all the ous again, this should fail
@@ -225,7 +224,6 @@ class OUCmdTestCase(SambaToolCmdTest):
             found = self.assertMatch(out, str(obj.dn),
                                      "object '%s' not found" % obj.dn)
 
-
     def test_list(self):
         (result, out, err) = self.runsubcmd("ou", "list",
                                             "--full-dn")
@@ -244,7 +242,6 @@ class OUCmdTestCase(SambaToolCmdTest):
             found = self.assertMatch(out, str(obj.dn),
                                      "object '%s' not found" % obj.dn)
 
-
     def _randomOU(self, base={}):
         """create an ou with random attribute values, you can specify base
         attributes"""