Kaydet (Commit) d913864e authored tarafından R. David Murray's avatar R. David Murray

Remove variable that is no longer used.

üst 129c97df
......@@ -1462,7 +1462,7 @@ if __name__ == '__main__':
# much of the testing framework relies on the globals in the
# test.test_support module.
mydir = os.path.abspath(os.path.normpath(os.path.dirname(sys.argv[0])))
i = pathlen = len(sys.path)
i = len(sys.path)
while i >= 0:
i -= 1
if os.path.abspath(os.path.normpath(sys.path[i])) == mydir:
......
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