From: Eric S. Raymond Date: Tue, 15 Aug 2023 10:10:19 +0000 (-0400) Subject: Eliminated duplicate import. X-Git-Tag: 2.8~40 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=bce28a99cb6099d1dfe2cf5d482201c4696f820e Eliminated duplicate import. --- 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