Changeset 181

Show
Ignore:
Timestamp:
09/15/06 23:31:15 (2 years ago)
Author:
ug
Message:

Deleted format string which used obsolete syntax.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 06/libkombilo

    • Property svn:ignore changed from
      *.pyc
      *.so
      .*.swp
      *.db
      cpptest

      to
      *.pyc
      *.so
      .*.swp
      *.db
      cpptest
      build

  • 06/libkombilo/process.py

    r180 r181  
    2121    algos = ALGO_FINALPOS | ALGO_MOVELIST # | ALGO_HASH_FULL 
    2222    try: 
    23         gl = GameList('t1.db', 'id', 'pw,pb,re,dt%%1 - %2 (%3), %4', algos, 19) 
     23        gl = GameList('t1.db', 'id', '', algos, 19) 
    2424    except DBError: 
    2525        print 'Database error'