Remove two unused imports.
authorCarl Hetherington <cth@carlh.net>
Sun, 29 Sep 2024 18:00:33 +0000 (20:00 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 29 Sep 2024 21:36:28 +0000 (23:36 +0200)
wscript

diff --git a/wscript b/wscript
index 9d8658ce4c088a3061a2cfa4418d65248d8cc023..dd662804cbeaab10c14e3dfff1c11b60c8f486ba 100644 (file)
--- a/wscript
+++ b/wscript
@@ -24,8 +24,6 @@ import os
 import shlex
 import sys
 import glob
-import distutils
-import distutils.spawn
 try:
     # python 2
     from urllib import urlencode