Kaydet (Commit) bc41957d authored tarafından Eric S. Raymond's avatar Eric S. Raymond

Unused variable (caught by PyChecker) removed.

üst 2fb17ba2
......@@ -96,7 +96,6 @@ class shlex:
def read_token(self):
"Read a token from the input stream (no pushback or inclusions)"
tok = ''
while 1:
nextchar = self.instream.read(1)
if nextchar == '\n':
......
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