Show
Ignore:
Timestamp:
10/12/06 22:35:52 (2 years ago)
Author:
ug
Message:

Changed GameList so as to keep the db connection open all the time.
Added resetFormat, getSGF methods. Slight changes to how the format
string works. Some minor bugs fixed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 06/libkombilo/testhash.py

    r195 r196  
    66from libkombilo import * 
    77 
    8 gl = GameList('t1.db', '', '[[PW]] - [[PB]] ([[winner]]), [[filename]]') 
     8gl = GameList('t1.db', '', '[[PW]] - [[PB]] ([[winner]]), [[filename]], ') 
    99print gl.size(), 'games in the database' 
    1010