From e36d21edb6692c5eae612e73c81001da92de2972 Mon Sep 17 00:00:00 2001 From: Jurgen Lentz Date: Wed, 9 Oct 2024 21:45:11 +0200 Subject: [PATCH] delete comments --- amplpy/__init__.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/amplpy/__init__.py b/amplpy/__init__.py index 9f2d899..c185031 100644 --- a/amplpy/__init__.py +++ b/amplpy/__init__.py @@ -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