From c1969e3c23d3461b8e1630d5f27ce521f6242e56 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Mon, 13 Apr 2009 10:01:13 +1000 Subject: [PATCH] Use the proper Interfaces Manager variable --- mitter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitter b/mitter index 8f3ea21..b5d1da4 100755 --- a/mitter +++ b/mitter @@ -88,7 +88,7 @@ def main(): # load the module with the selected interface (or pick one for the user if # they don't chose anything.) - display = interface.load(connection, preferred_interface) + display = interfaces.load(connection, preferred_interface) if display is None: log.error('Sorry, no interface could be found for your system') return