Changeset 189

Show
Ignore:
Timestamp:
06/21/02 09:09:11 (6 years ago)
Author:
sholloway
Message:

*** empty log message ***

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/RBSkinning/RBSkinning/wxPythonSkin/grid.py

    r188 r189  
    8787 
    8888            rows = self.wxEval('rows') 
    89             if isinstance(cols, int): rows = map(str, xrange(1, 1+rows)) 
     89            if isinstance(rows, int): rows = map(str, xrange(1, 1+rows)) 
    9090            rowcount = len(rows) 
    9191