mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Add TODO comment
This commit is contained in:
parent
41f60e4eaa
commit
8fa8d5c5b5
@ -185,6 +185,8 @@ def gen_thin(cachedir, extra_mods='', overwrite=False, so_mods='',
|
||||
else:
|
||||
tops_py_version_mapping['3'] = tops
|
||||
|
||||
# TODO: Consider putting know py2 and py3 compatible libs in it's own sharable directory.
|
||||
# This would reduce the thin size.
|
||||
if six.PY2 and sys.version_info[0] == 2:
|
||||
# Get python 3 tops
|
||||
py_shell_cmd = (
|
||||
|
Loading…
Reference in New Issue
Block a user