mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Remove unused import (PyChecker)
This commit is contained in:
parent
6be424fdd6
commit
e7abf97903
2 changed files with 0 additions and 2 deletions
|
@ -231,7 +231,6 @@ def _check(a,b):
|
||||||
|
|
||||||
def _test():
|
def _test():
|
||||||
global debug
|
global debug
|
||||||
import sys
|
|
||||||
rp = RobotFileParser()
|
rp = RobotFileParser()
|
||||||
debug = 1
|
debug = 1
|
||||||
|
|
||||||
|
|
|
@ -372,7 +372,6 @@ class PureProxy(SMTPServer):
|
||||||
class MailmanProxy(PureProxy):
|
class MailmanProxy(PureProxy):
|
||||||
def process_message(self, peer, mailfrom, rcpttos, data):
|
def process_message(self, peer, mailfrom, rcpttos, data):
|
||||||
from cStringIO import StringIO
|
from cStringIO import StringIO
|
||||||
import paths
|
|
||||||
from Mailman import Utils
|
from Mailman import Utils
|
||||||
from Mailman import Message
|
from Mailman import Message
|
||||||
from Mailman import MailList
|
from Mailman import MailList
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue