remove obsolete length check

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-09-13 18:18:12 +02:00
parent 780fd5625e
commit 7e9d234219
1 changed files with 0 additions and 4 deletions

View File

@ -608,10 +608,6 @@ def config(args):
"""Configure remote system"""
process = {}
if len(args.host) == 0:
parser.print_help()
sys.exit(1)
time_start = datetime.datetime.now()
for host in args.host: