1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2024-09-17 19:22:24 +02:00
nagios-plugins/nsclient/trunk/scripts/check_hpacucli/setup.py

4 lines
87 B
Python
Raw Normal View History

2010-10-25 15:43:51 +02:00
from distutils.core import setup
import py2exe
setup(console=['check_hpacucli.py'])