Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz authored Oct 9, 2024
1 parent 1ff5189 commit 613fb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amplpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os

if hasattr(os, 'add_dll_directory'):
os.add_dll_directory(os.path.join(os.path.dirname(__file__), "amplpython", "cppinterface", "lib"))
os.add_dll_directory(os.path.join(os.path.dirname(__file__), "amplpython", "cppinterface", "lib", "amd64"))

from _amplpy import OutputHandler, Kind
from _amplpy import ErrorHandler
Expand Down

0 comments on commit 613fb98

Please sign in to comment.