# HG changeset patch # User Paul Boddie # Date 1341876994 -7200 # Node ID 82f8c2ada78ed2c9badfa0025d793594963c65b2 # Parent 1b887c5e97d18f02cb7bfcf277c17bac34343a05 Removed redundant import operation. diff -r 1b887c5e97d1 -r 82f8c2ada78e micropython/inspect.py --- a/micropython/inspect.py Tue Jul 10 01:36:10 2012 +0200 +++ b/micropython/inspect.py Tue Jul 10 01:36:34 2012 +0200 @@ -222,7 +222,6 @@ # Load the mentioned module. - module = self.importer.load(n.modname, 1, importer=n) self.record_import(n.modname, n) # Speculatively load modules for names beneath the module.