samba.provision.backend: Fix formatting.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 15 Sep 2012 22:33:09 +0000 (00:33 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 16 Sep 2012 12:20:11 +0000 (14:20 +0200)
source4/scripting/python/samba/provision/backend.py

index dc127edbf55c3af3dd6688bef48d9abb96c0e075..5f04a051be78aeb4b3322ec40f24d468cbaf8a02 100644 (file)
@@ -42,6 +42,7 @@ from samba import Ldb, read_and_sub_file, setup_file
 from samba.credentials import Credentials, DONT_USE_KERBEROS
 from samba.schema import Schema
 
+
 class SlapdAlreadyRunning(Exception):
 
     def __init__(self, uri):