summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsource4/setup/upgrade_from_s32
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/setup/upgrade_from_s3 b/source4/setup/upgrade_from_s3
index 7e1e1fd6eb..b3bf5e7bb7 100755
--- a/source4/setup/upgrade_from_s3
+++ b/source4/setup/upgrade_from_s3
@@ -16,7 +16,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-import getopt
import optparse
import os, sys
@@ -25,7 +24,6 @@ sys.path.insert(0, "bin/python")
import samba
import samba.getopt as options
-from samba import param
from samba.auth import system_session
from samba.provision import find_setup_dir
from samba.upgrade import upgrade_provision