in reply to Re^3: one-liner yields unexpected result
in thread one-liner yields unexpected result

no Module; actually loads the module, then calls unimport on it. Since the OP isn't using anything that depends on an import having run, it shouldn't matter whether no or use is used.