2008-01-09 Raphael Ackermann <raphael.ackermann@gmail.com>

svn: r9760
This commit is contained in:
Raphael Ackermann
2008-01-09 06:45:15 +00:00
parent 0af382cf1e
commit b7c7952058
4 changed files with 14 additions and 18 deletions

View File

@ -77,7 +77,7 @@ import UndoHistory
from DbLoader import DbLoader
import GrampsDisplay
from gen.utils import ProgressMonitor
import gen.db
#import gen.db
import ProgressDialog
@ -210,10 +210,10 @@ class ViewManager:
the others. All Views are held in the DisplayViews module. Examples of
current views include:
- Person View
- Relationship View
- Family View
- Source View
- Person View
- Relationship View
- Family View
- Source View
The View Manager does not have to know the number of views, the type of
views, or any other details about the views. It simply provides the
@ -1033,14 +1033,6 @@ class ViewManager:
self._key = self.uistate.connect(
'nameformat-changed', self.active_page.build_tree)
def import_pkg(self, filename):
"""
Imports a GRAMPS package
"""
import ReadPkg
ReadPkg.impData(self.state.db, filename, self.uistate.pulse_progressbar)
self.__post_load()
def import_data(self, obj):
"""
Imports a file