Apparently gen.proxy.dbbase and gen.db.dbdir are not needed anymore; edited support files too

svn: r13888
This commit is contained in:
Doug Blank 2009-12-22 22:53:25 +00:00
parent c00ffbcf14
commit 172988ff36
5 changed files with 0 additions and 3377 deletions

View File

@ -65,14 +65,12 @@ src/gen/utils/progressmon.py
src/gen/proxy/living.py
src/gen/proxy/private.py
src/gen/proxy/proxybase.py
src/gen/proxy/dbbase.py
src/gen/proxy/filter.py
src/gen/proxy/__init__.py
# gen db API
src/gen/db/backup.py
src/gen/db/base.py
src/gen/db/dbdir.py
src/gen/db/cursor.py
src/gen/db/exceptions.py
src/gen/db/dbconst.py

View File

@ -12,7 +12,6 @@ pkgdata_PYTHON = \
bsddbtxn.py \
cursor.py \
dbconst.py \
dbdir.py \
exceptions.py \
iterator.py \
read.py \

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,6 @@ pkgdatadir = $(datadir)/@PACKAGE@/gen/proxy
pkgdata_PYTHON = \
__init__.py \
dbbase.py \
filter.py \
living.py \
private.py \

File diff suppressed because it is too large Load Diff