diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-09-29 20:00:33 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-09-29 23:36:28 +0200 |
| commit | 83e0d0019717090fb91acc23a6d47f280cf56bf9 (patch) | |
| tree | a270bae3717aaa44325411ffe90a3765b3eb53b1 | |
| parent | ab649d52f6f5f465630d3e8e8d98f9a9db685ef5 (diff) | |
Remove two unused imports.
| -rw-r--r-- | wscript | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -24,8 +24,6 @@ import os import shlex import sys import glob -import distutils -import distutils.spawn try: # python 2 from urllib import urlencode |
