Changeset 219 for 06/libkombilo/process.py
- Timestamp:
- 02/07/07 23:45:55 (1 year ago)
- Files:
-
- 06/libkombilo/process.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
06/libkombilo/process.py
r217 r219 24 24 # pop.rootNodeTags = 'PW,PB,RE,DT' 25 25 pop.sgfInDB = False 26 gl = GameList('t1.db', 'id', '', pop )26 gl = GameList('t1.db', 'id', '', pop, 1000) 27 27 except DBError: 28 28 print 'Database error'
