No need to import os or string. (Andrew Dalke & kjpylint)

This commit is contained in:
Guido van Rossum 1999-05-03 18:14:16 +00:00
parent 96d80f984a
commit 73898c7b15
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Module and documentation by Eric S. Raymond, 21 Dec 1998
import sys, os, string
import sys
class shlex:
"A lexical analyzer class for simple shell-like syntaxes."