- Timestamp:
- Apr 18, 2018, 1:38:54 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk/Lib/site.py
r394 r1381 326 326 """ 327 327 dllpath = os.path.join(sys.prefix, "Lib", "lib-dynload") 328 libpath = os.environ ['BEGINLIBPATH'].split(';')328 libpath = os.environ.get('BEGINLIBPATH', '').split(';') 329 329 if libpath[-1]: 330 330 libpath.append(dllpath)
Note:
See TracChangeset
for help on using the changeset viewer.