No need to import sys. (Andrew Dalke & kjpylint)

This commit is contained in:
Guido van Rossum 1999-05-03 18:13:51 +00:00
parent 138bdafa8d
commit 96d80f984a
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@
""" """
import sys
import string import string
from sgmllib import SGMLParser from sgmllib import SGMLParser
from formatter import AS_IS from formatter import AS_IS

View File

@ -7,7 +7,7 @@
# Author: Steen Lumholt -- with additions by Guido. # Author: Steen Lumholt -- with additions by Guido.
from select import select from select import select
import os, sys, FCNTL import os, FCNTL
import tty import tty
STDIN_FILENO = 0 STDIN_FILENO = 0