/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to processors/info_processor.py

custom parameters for processors

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    the source.
43
43
    """
44
44
 
45
 
    def __init__(self, target=None, verbose=False):
 
45
    def __init__(self, target=None, params=None, verbose=False):
46
46
        # Allow creation without a target
47
 
        processor.ImportProcessor.__init__(self, target, verbose)
 
47
        processor.ImportProcessor.__init__(self, target, params, verbose)
48
48
 
49
49
 
50
50
    def pre_process(self):