s4:scripting: Remove unused imports
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 29 Aug 2023 23:58:34 +0000 (11:58 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 14 Sep 2023 21:35:29 +0000 (21:35 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/scripting/bin/gen_werror.py

index 445d7994d8bfe0a4db57a7bc8fca72339319e1b4..8042f2a3bfde4b94834cf8421f95efe3d1c7ca49 100755 (executable)
@@ -21,8 +21,8 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
-import sys, os.path, io, string
-from gen_error_common import parseErrorDescriptions, ErrorDef
+import sys, io
+from gen_error_common import parseErrorDescriptions
 
 def generateHeaderFile(out_file, errors):
     out_file.write("/*\n")