Bug 3011: change old-style classes to new-style classes
svn: r12559
This commit is contained in:
@@ -168,7 +168,7 @@ LANGUAGES = {
|
||||
'zu': _('Zulu'),
|
||||
}
|
||||
|
||||
class Spell:
|
||||
class Spell(object):
|
||||
"""Attach a gtkspell instance to the passed TextView instance.
|
||||
"""
|
||||
lang = locale.getlocale()[0]
|
||||
|
Reference in New Issue
Block a user