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
from sgmllib import SGMLParser
from formatter import AS_IS

View file

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