True is 1

This commit is contained in:
fpeters 2003-10-16 12:03:00 +00:00
parent a43c7cf44b
commit b9796c5d8e
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ else:
# Python < 2.3.
# Directly copied from Python2.3 os.walk function, but without yield.
def osWalk(top, topdown=True, onerror=None):
def osWalk(top, topdown=1, onerror=None):
"""Directory tree generator."""
paths = []