Shouldn't use newdir.dir(), which no longer exists!
This commit is contained in:
parent
b88679b2a4
commit
7ef2a1de9b
|
@ -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…
Reference in New Issue