mirror of
https://github.com/python/cpython.git
synced 2025-10-08 08:01:55 +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
|
||||
func()
|
||||
else:
|
||||
import newdir
|
||||
names = newdir.dir(self.__class__)
|
||||
names = dir(self.__class__)
|
||||
cmds_doc = []
|
||||
cmds_undoc = []
|
||||
help = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue