Skip to content

Commit

Permalink
delete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz committed Oct 9, 2024
1 parent e36319a commit e36d21e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions amplpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
except Exception as exp:
raise exp

#if platform.system().startswith(("Windows", "MSYS", "CYGWIN", "MINGW")):
# os.environ["Path"] += os.path.join(os.path.dirname(__file__), "amplpython", "cppinterface", "lib", "amd64")

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

from _amplpy import OutputHandler, Kind
from _amplpy import ErrorHandler
from _amplpy import AMPLException, PresolveException, InfeasibilityException
Expand Down

0 comments on commit e36d21e

Please sign in to comment.