diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-03-01 05:04:23 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-03-01 16:24:58 +0100 |
commit | 86e2b251861055d770327639808fddc84cdb0b56 (patch) | |
tree | b7e882711fe8a18fd67f9bd4cd07ad2ab8d565ab /source4/scripting/python/samba/upgradehelpers.py | |
parent | 719cecba848b3e446ea3bc06f14cf90e9cddab9e (diff) | |
download | samba-86e2b251861055d770327639808fddc84cdb0b56.tar.gz samba-86e2b251861055d770327639808fddc84cdb0b56.tar.xz samba-86e2b251861055d770327639808fddc84cdb0b56.zip |
More formatting fixes, pointed out by pylint.
Diffstat (limited to 'source4/scripting/python/samba/upgradehelpers.py')
-rwxr-xr-x | source4/scripting/python/samba/upgradehelpers.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/upgradehelpers.py b/source4/scripting/python/samba/upgradehelpers.py index 31af490b6c6..57c7feeb4f8 100755 --- a/source4/scripting/python/samba/upgradehelpers.py +++ b/source4/scripting/python/samba/upgradehelpers.py @@ -27,7 +27,6 @@ import string import re import shutil -import samba from samba import Ldb, DS_DOMAIN_FUNCTION_2000 from ldb import SCOPE_SUBTREE, SCOPE_ONELEVEL, SCOPE_BASE import ldb |