diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-06-30 10:30:43 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-06-30 10:55:26 +0200 |
commit | e4e9c5d140dd73f3a09fa9b04c0699f1d253eb38 (patch) | |
tree | 87467ced61084871539f06ef18ba0fb4a00bc283 | |
parent | ac28c8216f3230bf647bc95f582a0d45e81fe33c (diff) | |
download | samba-e4e9c5d140dd73f3a09fa9b04c0699f1d253eb38.tar.gz samba-e4e9c5d140dd73f3a09fa9b04c0699f1d253eb38.tar.bz2 samba-e4e9c5d140dd73f3a09fa9b04c0699f1d253eb38.zip |
mischema: Remove unused import.
-rwxr-xr-x | source4/scripting/bin/minschema | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/scripting/bin/minschema b/source4/scripting/bin/minschema index 6fca074d53..1744f6cbc3 100755 --- a/source4/scripting/bin/minschema +++ b/source4/scripting/bin/minschema @@ -5,7 +5,6 @@ import base64 import optparse -import os import sys # Find right directory when running from source tree |