Commit 7ef2a1de authored by Guido van Rossum's avatar Guido van Rossum

Shouldn't use newdir.dir(), which no longer exists!

parent b88679b2
...@@ -54,8 +54,7 @@ class Cmd: ...@@ -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 = {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment