diff --git a/nsclient/trunk/scripts/check_hpacucli/setup.py b/nsclient/trunk/scripts/check_hpacucli/setup.py new file mode 100644 index 0000000..90a86e9 --- /dev/null +++ b/nsclient/trunk/scripts/check_hpacucli/setup.py @@ -0,0 +1,4 @@ +from distutils.core import setup +import py2exe + +setup(console=['check_hpacucli.py']) \ No newline at end of file diff --git a/nsclient/trunk/sssu.exe b/nsclient/trunk/sssu.exe new file mode 100644 index 0000000..4d1f782 Binary files /dev/null and b/nsclient/trunk/sssu.exe differ