By default, start recursing from /

git-svn-id: https://kippo.googlecode.com/svn/trunk@141 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
desaster 2010-06-24 12:03:31 +00:00
parent 08c78407ab
commit c5604e7f66
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ if __name__ == '__main__':
tree = ['/', T_DIR, 0, 0, 0, 0, 0, [], ''] tree = ['/', T_DIR, 0, 0, 0, 0, 0, [], '']
# change to / to recurse a whole server: # change to / to recurse a whole server:
recurse('.', tree[A_CONTENTS], tree[A_CONTENTS]) recurse('/', tree[A_CONTENTS], tree[A_CONTENTS])
sys.stderr.write('Doing stuff\n') sys.stderr.write('Doing stuff\n')