Apparently gen.proxy.dbbase and gen.db.dbdir are not needed anymore; edited support files too
svn: r13888
This commit is contained in:
parent
c00ffbcf14
commit
172988ff36
@ -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
|
||||
|
@ -12,7 +12,6 @@ pkgdata_PYTHON = \
|
||||
bsddbtxn.py \
|
||||
cursor.py \
|
||||
dbconst.py \
|
||||
dbdir.py \
|
||||
exceptions.py \
|
||||
iterator.py \
|
||||
read.py \
|
||||
|
2052
src/gen/db/dbdir.py
2052
src/gen/db/dbdir.py
File diff suppressed because it is too large
Load Diff
@ -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
Loading…
Reference in New Issue
Block a user