Show
Ignore:
Timestamp:
09/30/04 19:47:51 (4 years ago)
Author:
ug
Message:

Subversion trouble ...

Files:

Legend:

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

    r165 r166  
    6969        """ Return number of captured stones in last move. """ 
    7070 
    71         if not self.undostack:  
    72             print 'no undostack' 
    73             return 0 
    74         elif len(self.undostack[-1]) < 3: print self.undostack[-1] 
    7571        return len(self.undostack[-1][2]) 
    7672