Changeset 1236 for tags


Ignore:
Timestamp:
09/04/06 15:38:13 (18 years ago)
Author:
mar637
Message:

Ticket #69 -forgot to rename every instance of column_names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/Release2.1.0b/python/scantable.py

    r1216 r1236  
    366366
    367367
    368     def column_names(self):
     368    def get_column_names(self):
    369369        """
    370370        Return a  list of column names, which can be used for selection.
    371371        """
    372         return list(Scantable.column_names(self))
     372        return list(Scantable.get_column_names(self))
    373373
    374374    def get_tsys(self):
Note: See TracChangeset for help on using the changeset viewer.