cleanup (typos, docs, indentation)

svn: r12921
This commit is contained in:
Raphael Ackermann 2009-08-08 15:52:12 +00:00
parent 3f1f088b55
commit eeac507a40
4 changed files with 10 additions and 11 deletions

View File

@ -62,9 +62,9 @@ class ExportPlugin(Plugin):
def get_export_function(self):
"""
Get the import function for this plugins.
Get the export function for this plugin.
@return: the callable import_function passed into __init__
@return: the callable export_function passed into __init__
"""
return self.__export_func

View File

@ -1,4 +1,3 @@
import gobject
import gtk
class ValidatableMaskedEntry(gtk.Entry):