Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pyesapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
# clr.AddReference('System.Collections')
clr.AddReference('VMS.TPS.Common.Model.API')
# clr.AddReference('VMS.TPS.Common.Model')
clr.AddReference('VMS.TPS.Common.Model.Types')

# the bad stuff
import System
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='pyesapi',
version='0.2.5',
version='0.2.6',
description='A customized Python interface to Eclipse Scripting API',
long_description='Leverages the pythonnet project to interface with dotnet CLI to launch a stand-alone instance of ESAPI runtime. Helper functions and classes have been added to return numpy arrays and manage collections (of IEnumerable).',
author='Michael M. Folkerts',
Expand Down