Show
Ignore:
Timestamp:
08/18/05 21:58:41 (3 years ago)
Author:
ug
Message:

Added ktest.py which provides test of basic functionality via command line. Misc. small changes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 06/devel/searchPY.py

    r169 r171  
    276276 
    277277                    # now we will go through the game ... 
     278                    # ---------------- this should be done in C++  
    278279                     
    279280                    for algo in algolist: algo.newgame_process() 
     
    389390                        else: 
    390391                            break 
    391                          
     392                    # ---------------- end of C++ part 
     393 
    392394                except SGFError: 
    393395                    messages.insert('end', 'File '+f+iColl+': SGF error in node '+`counter+3`+'.\n')