Show More
@@ -185,7 +185,7 b' Currently the magic system has the following functions:""",' | |||
|
185 | 185 | raw = 'r' in opts |
|
186 | 186 | |
|
187 | 187 | oname = args and args or '_' |
|
188 | info = self._ofind(oname) | |
|
188 | info = self.shell._ofind(oname) | |
|
189 | 189 | if info['found']: |
|
190 | 190 | txt = (raw and str or pformat)( info['obj'] ) |
|
191 | 191 | page.page(txt) |
General Comments 0
You need to be logged in to leave comments.
Login now