2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/* 143 files
* test/try_tree_model.py
* windows/nsis/gcheck.py
imports cleanup
svn: r10055
This commit is contained in:
@@ -30,7 +30,7 @@ Proxy class for the GRAMPS databases. Filter out all living people.
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
from proxybase import ProxyDbBase
|
||||
from gen.lib import *
|
||||
from gen.lib import Date, Person, Name
|
||||
from Utils import probably_alive
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@@ -29,7 +29,9 @@ Proxy class for the GRAMPS databases. Filter out all data marked private.
|
||||
# GRAMPS libraries
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
from gen.lib import *
|
||||
from gen.lib import (MediaRef, SourceRef, Attribute, Address, EventRef,
|
||||
Person, Name, Source, RepoRef, MediaObject, Place, Event,
|
||||
Family, ChildRef, Repository)
|
||||
from proxybase import ProxyDbBase
|
||||
|
||||
class PrivateProxyDb(ProxyDbBase):
|
||||
|
||||
Reference in New Issue
Block a user