From bce28a99cb6099d1dfe2cf5d482201c4696f820e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 15 Aug 2023 06:10:19 -0400 Subject: [PATCH] Eliminated duplicate import. --- sst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sst b/sst index 6bb244f..79c5683 100755 --- a/sst +++ b/sst @@ -18,7 +18,7 @@ on how to modify (and how not to modify!) this code. # pylint: disable=multiple-imports import os, sys, math, curses, time, pickle, copy, gettext, getpass -import getopt, socket, locale, getpass +import getopt, socket, locale import codecs # This import only works on Unixes. The intention is to enable -- 2.31.1