[debian/*.py] remove trailing whitespaces
Ignore-this: f62e84c258c847013d307d12acdf489e darcs-hash:20090309212356-0445d-d8338d06f968f316fcd085446023123be87040f7.gz
This commit is contained in:
parent
cc31727b60
commit
eae0d21f83
18 changed files with 352 additions and 352 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""
|
||||
"""
|
||||
Script de mise a jour des firmwares de switchs
|
||||
|
||||
J.Benoist Leger
|
||||
|
@ -52,7 +52,7 @@ if not file_tftp :
|
|||
print "Pas de fichier donné"
|
||||
sys.exit(1)
|
||||
|
||||
# On fait les tests uniquement sur batv-3
|
||||
# On fait les tests uniquement sur batv-3
|
||||
# switchs=["batv-3.adm.crans.org"]
|
||||
|
||||
|
||||
|
@ -87,7 +87,7 @@ for bestiole in switchs :
|
|||
ssh.sendline("no ip ssh filetransfer")
|
||||
ssh.sendline("tftp client")
|
||||
ssh.sendline("exit")
|
||||
|
||||
|
||||
try:
|
||||
ssh.expect("%s# " % host, timeout=40)
|
||||
except pexpect.TIMEOUT:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue