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
|
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…
x
Reference in New Issue
Block a user