Kaydet (Commit) 5ce83a00 authored tarafından Georg Brandl's avatar Georg Brandl

Use true boolean for flag argument.

üst 74b7e44d
...@@ -704,7 +704,7 @@ def walktree(classes, children, parent): ...@@ -704,7 +704,7 @@ def walktree(classes, children, parent):
results.append(walktree(children[c], children, c)) results.append(walktree(children[c], children, c))
return results return results
def getclasstree(classes, unique=0): def getclasstree(classes, unique=False):
"""Arrange the given list of classes into a hierarchy of nested lists. """Arrange the given list of classes into a hierarchy of nested lists.
Where a nested list appears, it contains classes derived from the class Where a nested list appears, it contains classes derived from the class
......
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