Typos in code

svn: r15758
This commit is contained in:
Doug Blank 2010-08-17 05:45:26 +00:00
parent d441154d3a
commit 3154f970ac

View File

@ -3,11 +3,8 @@ import gtk
class ValidatableMaskedEntry(gtk.Entry):
__gtype_name__ = 'ValidatableMaskedEntry'
def __init__(self):
gtk.Entry.__init__(self)
class StyledTextEditor(gtk.TextView):
__gtype_name__ = 'StyledTextEditor'
def __init__(self):
gtk.Entry.__init__(self)
class UndoableBuffer(gtk.TextBuffer):
__gtype_name__ = 'UndoableBuffer'