Changeset 1191:0db341c8c3b3 for src/mlx/common.py
- Timestamp:
- 05/30/25 17:37:04 (4 days ago)
- Branch:
- python3
- Phase:
- public
- Tags:
- tip
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/common.py
r1047 r1191 1 1 import os 2 import ssl 3 import certifi 2 4 3 5 #----------------------------------------------------------------------------- … … 44 46 45 47 return newDict 48 49 #------------------------------------------------------------------------------- 50 51 sslContext = ssl.create_default_context(cafile = certifi.where())
Note:
See TracChangeset
for help on using the changeset viewer.