mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Shouldn't use newdir.dir(), which no longer exists!
This commit is contained in:
parent
b88679b2a4
commit
7ef2a1de9b
1 changed files with 1 additions and 2 deletions
|
@ -54,8 +54,7 @@ class Cmd:
|
||||||
return
|
return
|
||||||
func()
|
func()
|
||||||
else:
|
else:
|
||||||
import newdir
|
names = dir(self.__class__)
|
||||||
names = newdir.dir(self.__class__)
|
|
||||||
cmds_doc = []
|
cmds_doc = []
|
||||||
cmds_undoc = []
|
cmds_undoc = []
|
||||||
help = {}
|
help = {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue