upgrade_from_s3: Remove unused imports.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 21 Jan 2010 23:05:18 +0000 (12:05 +1300)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 25 Jan 2010 14:18:01 +0000 (15:18 +0100)
source4/setup/upgrade_from_s3

index 7e1e1fd6eba2d2cf86632f6d5c878e8650047371..b3bf5e7bb7a331a08bc4eb5b9515c29559b8f129 100755 (executable)
@@ -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