Commit f801f3b0 authored by Guido van Rossum's avatar Guido van Rossum

Add an XXX comment about the ClassBrowser AIP.

parent 0b5b2c89
......@@ -30,6 +30,8 @@ from TreeWidget import TreeNode, TreeItem, ScrolledCanvas
class ClassBrowser:
def __init__(self, flist, name, path):
# XXX This API should change, if the file doesn't end in ".py"
# XXX the code here is bogus!
self.name = name
self.file = os.path.join(path[0], self.name + ".py")
self.init(flist)
......
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