Continued work on GEP008: Move src/BasicUtils/_NameDisplay.py to src/gen/display.

svn: r14072
This commit is contained in:
Brian Matherly
2010-01-14 04:08:04 +00:00
parent 44cafe6abd
commit c5f54d0cfc
83 changed files with 120 additions and 126 deletions

View File

@ -17,11 +17,19 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
#-------------------------------------------------------------------------
#
# Standard python modules
#
#-------------------------------------------------------------------------
from gettext import gettext as _
import const
from BasicUtils import name_displayer
#-------------------------------------------------------------------------
#
# gramps modules
#
#-------------------------------------------------------------------------
from gen.display.name import displayer as name_displayer
import ListModel
import ManagedWindow
from glade import Glade