mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Dont scan smtplib.py in the porting utils
This commit is contained in:
parent
4730fce41b
commit
cae30d8795
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user