Changeset 1470 in products


Ignore:
Timestamp:
Dec 25, 2009 11:01:46 AM (14 years ago)
Author:
mylan
Message:

Minor updated interfaces importer/exportes steps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.transmogrifier/trunk/quintagroup/transmogrifier/interfacemanager.py

    r1469 r1470  
    2222        self.fileskey = options.get('files-key', '_files').strip() 
    2323 
    24         self.excludekey = defaultMatcher(options, 'exclude-key', name, 'excluded_properties') 
     24        self.excludekey = defaultMatcher(options, 'exclude-key', name, 'excluded_interfaces') 
    2525        self.exclude = filter(None, [i.strip() for i in 
    2626                              options.get('exclude', '').splitlines()]) 
    2727 
    28         self.includekey = defaultMatcher(options, 'include-key', name, 'included_properties') 
     28        self.includekey = defaultMatcher(options, 'include-key', name, 'included_interfaces') 
    2929        self.include = filter(None, [i.strip() for i in 
    3030                              options.get('include', '').splitlines()]) 
Note: See TracChangeset for help on using the changeset viewer.