script/generate_param.py: remove unused imports
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 11 Oct 2018 03:04:00 +0000 (16:04 +1300)
committerNoel Power <npower@samba.org>
Thu, 25 Oct 2018 19:45:54 +0000 (21:45 +0200)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Noel Power <npower@samba.org>
script/generate_param.py

index 5fa3c193a2c0382ac54b8e6f2f9e4a4e6a7cac6b..4580f096c8b0e435d4a56fda804b9e12121ddc34 100644 (file)
 #  License along with this library; if not, see <http://www.gnu.org/licenses/>.
 #
 
-import errno
 import os
-import re
-import subprocess
 import xml.etree.ElementTree as ET
-import sys
 import optparse
 
 # parse command line arguments