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

Remove unused "import string".

parent ba208710
...@@ -11,11 +11,10 @@ ...@@ -11,11 +11,10 @@
# FOR A PARTICULAR PURPOSE # FOR A PARTICULAR PURPOSE
# #
############################################################################## ##############################################################################
import asyncore
import asyncore
import os import os
import socket import socket
import string
import thread import thread
if os.name == 'posix': if os.name == 'posix':
......
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