Ignore:
Timestamp:
9 Mar 2008, 12:47:17 (17 years ago)
Author:
joachim
Message:

implement #500

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/WAeUPImport.py

    r3277 r3292  
    137137    ###)
    138138
    139     def checkHeadline(self,headline):
     139    def checkHeadline(self,headline): ###(
    140140        """ check the headline of an csv.file """
    141141        import_keys = [k.strip() for k in headline if not (k.strip().startswith('ignore')
     
    147147            return list(diff2schema)
    148148        return []
     149    ###)
    149150###)
    150151
Note: See TracChangeset for help on using the changeset viewer.