True is 1 everywhere.

This commit is contained in:
eraviart 2003-10-16 12:05:20 +00:00
parent b9796c5d8e
commit 75f91a41a4
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,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 = []