Kaydet (Commit) 96d80f98 authored tarafından Guido van Rossum's avatar Guido van Rossum

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

üst 138bdafa
...@@ -5,7 +5,6 @@ http://www.w3.org/hypertext/WWW/MarkUp/html-spec/html-spec_toc.html ...@@ -5,7 +5,6 @@ http://www.w3.org/hypertext/WWW/MarkUp/html-spec/html-spec_toc.html
""" """
import sys
import string import string
from sgmllib import SGMLParser from sgmllib import SGMLParser
from formatter import AS_IS from formatter import AS_IS
......
...@@ -7,7 +7,7 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment