Browse Source

Use the proper Interfaces Manager variable

master
Julio Biason 16 years ago
parent
commit
c1969e3c23
  1. 2
      mitter

2
mitter

@ -88,7 +88,7 @@ def main():
# load the module with the selected interface (or pick one for the user if # load the module with the selected interface (or pick one for the user if
# they don't chose anything.) # they don't chose anything.)
display = interface.load(connection, preferred_interface) display = interfaces.load(connection, preferred_interface)
if display is None: if display is None:
log.error('Sorry, no interface could be found for your system') log.error('Sorry, no interface could be found for your system')
return return

Loading…
Cancel
Save