~jaap.karssenberg/zim/pyzim-next

« back to all changes in this revision

Viewing changes to zim/plugins/insertsymbol.py

  • Committer: Jaap Karssenberg
  • Date: 2013-09-07 20:15:53 UTC
  • Revision ID: jaap.karssenberg@gmail.com-20130907201553-3h9mdmo6ucalzz6f
Fixed obvious failures in test suite - still 2 fail and 9 error

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
                'help': 'Plugins:Insert Symbol',
33
33
        }
34
34
 
35
 
        def __init__(self, config):
 
35
        def __init__(self, config=None):
36
36
                PluginClass.__init__(self, config)
37
37
                self.symbols = {}
38
38
                self.symbol_order = []