mirror of https://github.com/python/cpython
No need to import os or string. (Andrew Dalke & kjpylint)
This commit is contained in:
parent
96d80f984a
commit
73898c7b15
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue