Changeset 243 for 06/libkombilo-branches/hash_center/process.py
- Timestamp:
- 03/22/07 22:41:18 (2 years ago)
- Files:
-
- 06/libkombilo-branches/hash_center/process.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
06/libkombilo-branches/hash_center/process.py
r242 r243 10 10 11 11 try: 12 os.system('rm t1.db*')12 # os.system('rm t1.db*') 13 13 pass 14 14 except: … … 51 51 52 52 # filelist = glob.glob('./*.sgf') 53 filelist = glob.glob('/home/ug/go/gogod06/*/*.sgf')53 # filelist = glob.glob('/home/ug/go/gogod06/*/*.sgf') 54 54 # filelist = glob.glob('/home/ug/go/KGS/*/*.sgf') 55 #filelist = glob.glob('/home/ug/go/KGS2005/*.sgf')55 filelist = glob.glob('/home/ug/go/KGS2005/*.sgf') 56 56 57 57 filelist.sort()
