moved pyejdb into another repository
authoradam <adamansky@gmail.com>
Thu, 12 Sep 2013 15:19:01 +0000 (22:19 +0700)
committeradam <adamansky@gmail.com>
Thu, 12 Sep 2013 15:19:01 +0000 (22:19 +0700)
commit3c17e3f94f1a4611fcc088a4a4e0ec079578dd6d
treeccbbc5761ee8b53d09ffeae25fb644496678b17c
parent3c31023bba225e2848589cb48ecc20729b3fd7a3
moved pyejdb into another repository
28 files changed:
.gitignore
.npmignore
pyejdb/MANIFEST.in [deleted file]
pyejdb/Makefile [deleted file]
pyejdb/README.md [deleted file]
pyejdb/debian/changelog [deleted file]
pyejdb/debian/compat [deleted file]
pyejdb/debian/control [deleted file]
pyejdb/debian/copyright [deleted file]
pyejdb/debian/python3-ejdb.install [deleted file]
pyejdb/debian/rules [deleted file]
pyejdb/debian/rules.mk [deleted file]
pyejdb/debian/source/format [deleted file]
pyejdb/distribute_setup.py [deleted file]
pyejdb/nbproject/configurations.xml [deleted file]
pyejdb/nbproject/project.xml [deleted file]
pyejdb/pyejdb.iml [deleted file]
pyejdb/pyejdb/__init__.py [deleted file]
pyejdb/pyejdb/bson.py [deleted file]
pyejdb/pyejdb/lrucache.py [deleted file]
pyejdb/samples/sample.py [deleted file]
pyejdb/setup.py [deleted file]
pyejdb/src/pdbcursor.c [deleted file]
pyejdb/src/pejdb.c [deleted file]
pyejdb/src/pyejdb.c [deleted file]
pyejdb/src/pyejdb.h [deleted file]
pyejdb/test/__init__.py [deleted file]
pyejdb/test/test_one.py [deleted file]