diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-04-13 21:16:12 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-04-13 21:16:12 +0200 |
commit | eeb9927c89d6d2425a74c33ff8773bceba39af1c (patch) | |
tree | e5e770fc041fa27b6e13a78dc9c3dc3f75c7c213 /OSlinux.py | |
parent | 99561b834dbd9d52b83aa7b0fb980431fa1aa056 (diff) | |
download | pyevenja-eeb9927c89d6d2425a74c33ff8773bceba39af1c.zip pyevenja-eeb9927c89d6d2425a74c33ff8773bceba39af1c.tar.gz |
Diffstat (limited to 'OSlinux.py')
-rw-r--r-- | OSlinux.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ __all__ = ["MAX_TREELEVEL","START_ELEMENTS","INC_ELEMENTS"] -MAX_TREELEVEL = 8 # not used yet +MAX_TREELEVEL = 8 # not used yet # only used in flisthash.py tests START_ELEMENTS = 100 #/* Start with a list of 100 elements */ |