Skip to content

Commit a3e963a

Browse files
committed
Fix copyright and add comment
1 parent 6107aab commit a3e963a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

mkl_random/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@
4242
test = PytestTester(__name__)
4343
del PytestTester
4444

45+
del _init_helper

mkl_random/_init_helper.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020-2024 Intel Corporation
1+
# Copyright 2025 Intel Corporation
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -23,6 +23,7 @@
2323
)
2424

2525
if is_venv_win32:
26+
# In Windows venv: add Library/bin to PATH for proper DLL loading
2627
dll_dir = os.path.join(sys.exec_prefix, "Library", "bin")
2728
if os.path.isdir(dll_dir):
2829
os.add_dll_directory(dll_dir)

0 commit comments

Comments
 (0)