Cancel transactions when exceptions are raised.
[ira/wip.git] / source4 / scripting / python / samba / tests / samdb.py
index cce6ea84d33bee3d4496616958b97866b1432014..161f9f4f652bac47af97059edac8700a565088f0 100644 (file)
@@ -28,6 +28,7 @@ import uuid
 from samba import param
 
 class SamDBTestCase(TestCaseInTempDir):
+
     def setUp(self):
         super(SamDBTestCase, self).setUp()
         invocationid = str(uuid.uuid4())