Commit 73898c7b authored by Guido van Rossum's avatar Guido van Rossum

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

parent 96d80f98
# 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."
......
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