Skip to content

Commit cffee93

Browse files
committed
Python 3 preparation: remove unused ConfigParser import.
Manual patch (trivial, removing an unused import of a module that's changed its name in Python 3).
1 parent 95dcb40 commit cffee93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/scripts/roundup_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838

3939
import errno, cgi, getopt, os, socket, sys, traceback, time
40-
import ConfigParser, BaseHTTPServer, SocketServer, StringIO
40+
import BaseHTTPServer, SocketServer, StringIO
4141

4242
try:
4343
from OpenSSL import SSL

0 commit comments

Comments
 (0)