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:
return
func()
else:
import newdir
names = newdir.dir(self.__class__)
names = dir(self.__class__)
cmds_doc = []
cmds_undoc = []
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