From b5be94111cc7507ca6685b61c20f3fe2efcc50c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Gu=C3=B0j=C3=B3n=20Sigur=C3=B0sson?= Date: Fri, 3 Sep 2010 01:17:56 +0000 Subject: [PATCH] m --- check_hpacucli/trunk/check_hpacucli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/check_hpacucli/trunk/check_hpacucli.py b/check_hpacucli/trunk/check_hpacucli.py index 0b82b60..dcc0bd9 100644 --- a/check_hpacucli/trunk/check_hpacucli.py +++ b/check_hpacucli/trunk/check_hpacucli.py @@ -22,7 +22,7 @@ # If you do not have sssu, check your commandview CD, it should have both # binaries for Windows and Linux -debugging = True +debugging = False @@ -281,6 +281,7 @@ def main(): pass + if __name__ == '__main__': main() set_path('')