cleanup (typos, docs, indentation)
svn: r12921
This commit is contained in:
parent
3f1f088b55
commit
eeac507a40
@ -62,9 +62,9 @@ class ExportPlugin(Plugin):
|
|||||||
|
|
||||||
def get_export_function(self):
|
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
|
return self.__export_func
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
import gobject
|
|
||||||
import gtk
|
import gtk
|
||||||
|
|
||||||
class ValidatableMaskedEntry(gtk.Entry):
|
class ValidatableMaskedEntry(gtk.Entry):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user