Parent Directory
|
Revision Log
|
Patch
revision 2099 by bh, Thu Mar 11 20:45:03 2004 UTC | revision 2101 by bh, Thu Mar 11 20:50:43 2004 UTC | |
---|---|---|
# | Line 879 class GenQuantilesPanel(wxPanel): | Line 879 class GenQuantilesPanel(wxPanel): |
879 | # | # |
880 | for i in range(table.NumRows()): | for i in range(table.NumRows()): |
881 | _list.append(table.ReadValue(i, self.fieldName, | _list.append(table.ReadValue(i, self.fieldName, |
882 | row_is_ordinal = True) | row_is_ordinal = True)) |
883 | finally: | finally: |
884 | ThubanEndBusyCursor() | ThubanEndBusyCursor() |
885 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |