Ignore:
Timestamp:
03/26/09 10:41:07 (15 years ago)
Author:
Malte Marquarding
Message:

merged in bug fixes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/asap2.3.1/python/selector.py

    r1349 r1543  
    4747   
    4848    # for the americans
    49     set_polarization = set_polarisations
     49    set_polarizations = set_polarisations
     50    # for the lazy
     51    set_pols = set_polarisations
    5052
    5153    def set_ifs(self, ifs=[]):
     
    163165        prefix = "SELECT FROM $1 WHERE "
    164166        return self._gettaql().replace(prefix, "")
     167
    165168    def get_name(self):
    166169        print "NYI"
Note: See TracChangeset for help on using the changeset viewer.