Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ef2a1d

Browse files
committed
Shouldn't use newdir.dir(), which no longer exists!
1 parent b88679b commit 7ef2a1d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Lib/cmd.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ def do_help(self, arg):
5454
return
5555
func()
5656
else:
57-
import newdir
58-
names = newdir.dir(self.__class__)
57+
names = dir(self.__class__)
5958
cmds_doc = []
6059
cmds_undoc = []
6160
help = {}

0 commit comments

Comments
 (0)