fix pyflakes
This commit is contained in:
parent
4005275dfc
commit
51246a77c0
1 changed files with 1 additions and 2 deletions
|
|
@ -18,7 +18,6 @@
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
import subprocess
|
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from weboob.capabilities.account import ICapAccount
|
from weboob.capabilities.account import ICapAccount
|
||||||
|
|
@ -144,7 +143,7 @@ class WeboobCfg(ReplApplication):
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
self.edit_backend(line)
|
self.edit_backend(line)
|
||||||
except KeyError, e:
|
except KeyError:
|
||||||
print >>sys.stderr, 'Error: backend "%s" not found' % line
|
print >>sys.stderr, 'Error: backend "%s" not found' % line
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue