remove sys.exit from banner

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-10-07 17:38:50 +02:00
parent cabb5b9ab0
commit e985c0d697
1 changed files with 0 additions and 1 deletions

View File

@ -30,4 +30,3 @@ log = logging.getLogger(__name__)
def banner(args):
"""Guess what :-)"""
print(cdist.BANNER)
sys.exit(0)