mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix conda packages list for conda v 4.2.X
This commit is contained in:
@@ -25,7 +25,7 @@ def do_list_available_packages():
|
||||
if major_version >= 4 and minor_version >= 4:
|
||||
from conda.core.index import get_index
|
||||
index = get_index()
|
||||
elif major_version == 4 and minor_version == 3:
|
||||
elif major_version == 4 and minor_version >= 2:
|
||||
from conda.api import get_index
|
||||
index = get_index()
|
||||
elif major_version == 4 and minor_version == 1:
|
||||
|
||||
Reference in New Issue
Block a user