Commit a79bbaca authored by Guido van Rossum's avatar Guido van Rossum

Remove redundant 'import sys' (PyChecker).

parent f9f48812
......@@ -1118,7 +1118,7 @@ if __debug__:
if __name__ == '__main__':
import getopt, getpass, sys
import getopt, getpass
try:
optlist, args = getopt.getopt(sys.argv[1:], 'd:')
......
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