Dont scan smtplib.py in the porting utils

This commit is contained in:
Kovid Goyal 2019-05-29 17:58:23 +05:30
parent 4730fce41b
commit cae30d8795
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -57,7 +57,7 @@ def run_2to3(path, show_diffs=False):
class Base(Command):
scan_all_files = False
EXCLUDED_BASENAMES = {'Zeroconf.py'}
EXCLUDED_BASENAMES = {'Zeroconf.py', 'smtplib.py'}
@property
def cache_file(self):