More cleanup of code

svn: r465
This commit is contained in:
Don Allingham
2001-10-14 05:19:43 +00:00
parent 0f21f2b76e
commit 43ebdeb2c9
12 changed files with 171 additions and 333 deletions

View File

@@ -23,7 +23,6 @@
# Standard python modules
#
#-------------------------------------------------------------------------
import os
import string
#-------------------------------------------------------------------------
@@ -106,6 +105,7 @@ class AddressEditor:
})
def on_addr_source_clicked(self,obj):
import Sources
Sources.SourceSelector(self.srcreflist,self.parent,src_changed)
def on_addr_edit_ok_clicked(self,obj):